Html Css Color HEX #9D66AB Violet Blue

📋 copy color: '#9D66AB'

red 157 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #9D66AB

Tints of Violet Blue #9D66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.72%

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 36.51%
G = 23.72%
B = 39.77%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D66AB (or 0x9D66AB) is known color: Violet Blue. HEX triplet: 9D, 66 and AB. RGB value is (157,102,171). Sum of RGB (Red+Green+Blue) = 157+102+171=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D66AB is #629954. Grayscale: #7E7E7E. Windows color (decimal): -6461781 or 11232925. OLE color: 11232925.

HSL color Cylindrical-coordinate representation of color #9D66AB: hue angle of 287.83º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D66AB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 102 171 -
CMYK 0.08 0.40 0 0.33
HSL 287.83º 0.29% 0.54% -
HSV(B) 287.83º 0.4% 0.67% -
XYZ 26.01 19.61 40.94 -
YUV 126.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 157 102 171 0.08 0.40 0 0.33 287.83 0.29 0.54
Hex 9D 66 AB 8 28 0 21 120 1D 36
Octal 235 146 253 10 50 0 41 440 35 66
Binary 10011101 1100110 10101011 1000 101000 0 100001 100100000 11101 110110

Color Harmonies of #9D66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D66AB

Black with #9D66AB

Text Example


Text Example

White with #9D66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,171); }

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

background-color css

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

 a { background-color: rgb(157,102,171); }

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

border-color css

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

 span { border-color: rgb(157,102,171); }

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