Html Css Color HEX #9F66AC Violet Blue

📋 copy color: '#9F66AC'

red 159 ◦ green 102 ◦ blue 172

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

Shades of Violet Blue #9F66AC

Tints of Violet Blue #9F66AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 36.72%
G = 23.56%
B = 39.72%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F66AC (or 0x9F66AC) is known color: Violet Blue. HEX triplet: 9F, 66 and AC. RGB value is (159,102,172). Sum of RGB (Red+Green+Blue) = 159+102+172=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F66AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F66AC is #609953. Grayscale: #7E7E7E. Windows color (decimal): -6330708 or 11298463. OLE color: 11298463.

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

Color convert

RGB 159 102 172 -
CMYK 0.08 0.41 0 0.33
HSL 288.86º 0.3% 0.54% -
HSV(B) 288.86º 0.41% 0.67% -
XYZ 26.5 19.85 41.47 -
YUV 127.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 159 102 172 0.08 0.41 0 0.33 288.86 0.3 0.54
Hex 9F 66 AC 8 29 0 21 121 1E 36
Octal 237 146 254 10 51 0 41 441 36 66
Binary 10011111 1100110 10101100 1000 101001 0 100001 100100001 11110 110110

Color Harmonies of #9F66AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F66AC

Black with #9F66AC

Text Example


Text Example

White with #9F66AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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