Html Css Color HEX #9D429A Violet Blue

📋 copy color: '#9D429A'

red 157 ◦ green 66 ◦ blue 154

#9D429A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #9D429A

Tints of Violet Blue #9D429A

RGB

 RED value IS 157 (61.72% from 255) = 41.64%

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 41.64%
G = 17.51%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9D429A (or 0x9D429A) is known color: Violet Blue. HEX triplet: 9D, 42 and 9A. RGB value is (157,66,154). Sum of RGB (Red+Green+Blue) = 157+66+154=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D429A is #62BD65. Grayscale: #666666. Windows color (decimal): -6471014 or 10109597. OLE color: 10109597.

HSL color Cylindrical-coordinate representation of color #9D429A: hue angle of 301.98º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D429A is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 66 154 -
CMYK 0 0.58 0.02 0.38
HSL 301.98º 0.41% 0.44% -
HSV(B) 301.98º 0.58% 0.62% -
XYZ 21.69 13.4 32.01 -
YUV 103.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 157 66 154 0 0.58 0.02 0.38 301.98 0.41 0.44
Hex 9D 42 9A 0 3A 2 26 12E 29 2C
Octal 235 102 232 0 72 2 46 456 51 54
Binary 10011101 1000010 10011010 0 111010 10 100110 100101110 101001 101100

Color Harmonies of #9D429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D429A

Black with #9D429A

Text Example


Text Example

White with #9D429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D429A; }

 p { color: rgb(157,66,154); }

 H1.HeaderClassName
 {
   color: #9D429A;
 }
 .AnyTagClassName
 {
   color: #9D429A;
 }
</style>

background-color css

<style>
 a { background-color: #9D429A; }

 a { background-color: rgb(157,66,154); }

 div.DivClassName
 {
   background-color: #9D429A;
 }
 .BgClassName
 {
   background-color: #9D429A;
 }
</style>

border-color css

<style>
 span { border-color: #9D429A; }

 span { border-color: rgb(157,66,154); }

 td.TdClassName
 {
   border-color: #9D429A;
 }
 .TagClassName
 {
   border-color: #9D429A;
 }
</style>