Html Css Color HEX #9A64AB Ce Soir

📋 copy color: '#9A64AB'

red 154 ◦ green 100 ◦ blue 171

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

Shades of Ce Soir #9A64AB

Tints of Ce Soir #9A64AB

RGB

 RED value IS 154 (60.55% from 255) = 36.24%

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

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

R = 36.24%
G = 23.53%
B = 40.24%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A64AB (or 0x9A64AB) is known color: Ce Soir. HEX triplet: 9A, 64 and AB. RGB value is (154,100,171). Sum of RGB (Red+Green+Blue) = 154+100+171=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A64AB is #659B54. Grayscale: #7C7C7C. Windows color (decimal): -6658901 or 11232410. OLE color: 11232410.

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

Color convert

RGB 154 100 171 -
CMYK 0.10 0.42 0 0.33
HSL 285.63º 0.3% 0.53% -
HSV(B) 285.63º 0.42% 0.67% -
XYZ 25.23 18.92 40.85 -
YUV 124.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 154 100 171 0.10 0.42 0 0.33 285.63 0.3 0.53
Hex 9A 64 AB A 2A 0 21 11E 1E 35
Octal 232 144 253 12 52 0 41 436 36 65
Binary 10011010 1100100 10101011 1010 101010 0 100001 100011110 11110 110101

Color Harmonies of #9A64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64AB

Black with #9A64AB

Text Example


Text Example

White with #9A64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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