Html Css Color HEX #9F64AC Violet Blue

📋 copy color: '#9F64AC'

red 159 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #9F64AC

Tints of Violet Blue #9F64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

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

R = 36.89%
G = 23.2%
B = 39.91%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F64AC (or 0x9F64AC) is known color: Violet Blue. HEX triplet: 9F, 64 and AC. RGB value is (159,100,172). Sum of RGB (Red+Green+Blue) = 159+100+172=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F64AC is #609B53. Grayscale: #7D7D7D. Windows color (decimal): -6331220 or 11297951. OLE color: 11297951.

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

Color convert

RGB 159 100 172 -
CMYK 0.08 0.42 0 0.33
HSL 289.17º 0.3% 0.53% -
HSV(B) 289.17º 0.42% 0.67% -
XYZ 26.3 19.46 41.4 -
YUV 125.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 159 100 172 0.08 0.42 0 0.33 289.17 0.3 0.53
Hex 9F 64 AC 8 2A 0 21 121 1E 35
Octal 237 144 254 10 52 0 41 441 36 65
Binary 10011111 1100100 10101100 1000 101010 0 100001 100100001 11110 110101

Color Harmonies of #9F64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64AC

Black with #9F64AC

Text Example


Text Example

White with #9F64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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