Html Css Color HEX #9D64AB Violet Blue

📋 copy color: '#9D64AB'

red 157 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #9D64AB

Tints of Violet Blue #9D64AB

RGB

 RED value IS 157 (61.72% from 255) = 36.68%

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

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

R = 36.68%
G = 23.36%
B = 39.95%

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

#9D64AB (or 0x9D64AB) is known color: Violet Blue. HEX triplet: 9D, 64 and AB. RGB value is (157,100,171). Sum of RGB (Red+Green+Blue) = 157+100+171=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D64AB is #629B54. Grayscale: #7C7C7C. Windows color (decimal): -6462293 or 11232413. OLE color: 11232413.

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

Color convert

RGB 157 100 171 -
CMYK 0.08 0.42 0 0.33
HSL 288.17º 0.3% 0.53% -
HSV(B) 288.17º 0.42% 0.67% -
XYZ 25.81 19.22 40.88 -
YUV 125.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 157 100 171 0.08 0.42 0 0.33 288.17 0.3 0.53
Hex 9D 64 AB 8 2A 0 21 120 1E 35
Octal 235 144 253 10 52 0 41 440 36 65
Binary 10011101 1100100 10101011 1000 101010 0 100001 100100000 11110 110101

Color Harmonies of #9D64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D64AB

Black with #9D64AB

Text Example


Text Example

White with #9D64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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