Html Css Color HEX #9F66AA Violet Blue

📋 copy color: '#9F66AA'

red 159 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #9F66AA

Tints of Violet Blue #9F66AA

RGB

 RED value IS 159 (62.5% from 255) = 36.89%

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 36.89%
G = 23.67%
B = 39.44%

CMYK

 C value IS 0.06

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F66AA (or 0x9F66AA) is known color: Violet Blue. HEX triplet: 9F, 66 and AA. RGB value is (159,102,170). Sum of RGB (Red+Green+Blue) = 159+102+170=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F66AA is #609955. Grayscale: #7E7E7E. Windows color (decimal): -6330710 or 11167391. OLE color: 11167391.

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

Color convert

RGB 159 102 170 -
CMYK 0.06 0.4 0 0.33
HSL 290.29º 0.29% 0.53% -
HSV(B) 290.29º 0.4% 0.67% -
XYZ 26.31 19.78 40.46 -
YUV 126.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 159 102 170 0.06 0.4 0 0.33 290.29 0.29 0.53
Hex 9F 66 AA 6 28 0 21 122 1D 35
Octal 237 146 252 6 50 0 41 442 35 65
Binary 10011111 1100110 10101010 110 101000 0 100001 100100010 11101 110101

Color Harmonies of #9F66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F66AA

Black with #9F66AA

Text Example


Text Example

White with #9F66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,170); }

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

background-color css

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

 a { background-color: rgb(159,102,170); }

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

border-color css

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

 span { border-color: rgb(159,102,170); }

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