Html Css Color HEX #9C64AB Violet Blue

📋 copy color: '#9C64AB'

red 156 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #9C64AB

Tints of Violet Blue #9C64AB

RGB

 RED value IS 156 (61.33% from 255) = 36.53%

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

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

R = 36.53%
G = 23.42%
B = 40.05%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C64AB (or 0x9C64AB) is known color: Violet Blue. HEX triplet: 9C, 64 and AB. RGB value is (156,100,171). Sum of RGB (Red+Green+Blue) = 156+100+171=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C64AB is #639B54. Grayscale: #7C7C7C. Windows color (decimal): -6527829 or 11232412. OLE color: 11232412.

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

Color convert

RGB 156 100 171 -
CMYK 0.09 0.42 0 0.33
HSL 287.32º 0.3% 0.53% -
HSV(B) 287.32º 0.42% 0.67% -
XYZ 25.62 19.12 40.87 -
YUV 124.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 156 100 171 0.09 0.42 0 0.33 287.32 0.3 0.53
Hex 9C 64 AB 9 2A 0 21 11F 1E 35
Octal 234 144 253 11 52 0 41 437 36 65
Binary 10011100 1100100 10101011 1001 101010 0 100001 100011111 11110 110101

Color Harmonies of #9C64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C64AB

Black with #9C64AB

Text Example


Text Example

White with #9C64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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