Html Css Color HEX #9F64AB Violet Blue

📋 copy color: '#9F64AB'

red 159 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #9F64AB

Tints of Violet Blue #9F64AB

RGB

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

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

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

R = 36.98%
G = 23.26%
B = 39.77%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F64AB (or 0x9F64AB) is known color: Violet Blue. HEX triplet: 9F, 64 and AB. RGB value is (159,100,171). Sum of RGB (Red+Green+Blue) = 159+100+171=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 100 (39.45% from 255 or 23.26% 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 #9F64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F64AB is #609B54. Grayscale: #7D7D7D. Windows color (decimal): -6331221 or 11232415. OLE color: 11232415.

HSL color Cylindrical-coordinate representation of color #9F64AB: hue angle of 289.86º 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 #9F64AB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 100 171 -
CMYK 0.07 0.42 0 0.33
HSL 289.86º 0.3% 0.53% -
HSV(B) 289.86º 0.42% 0.67% -
XYZ 26.21 19.43 40.9 -
YUV 125.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 159 100 171 0.07 0.42 0 0.33 289.86 0.3 0.53
Hex 9F 64 AB 7 2A 0 21 122 1E 35
Octal 237 144 253 7 52 0 41 442 36 65
Binary 10011111 1100100 10101011 111 101010 0 100001 100100010 11110 110101

Color Harmonies of #9F64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64AB

Black with #9F64AB

Text Example


Text Example

White with #9F64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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