Html Css Color HEX #9B64AC Ce Soir

📋 copy color: '#9B64AC'

red 155 ◦ green 100 ◦ blue 172

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

Shades of Ce Soir #9B64AC

Tints of Ce Soir #9B64AC

RGB

 RED value IS 155 (60.94% from 255) = 36.3%

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

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

R = 36.3%
G = 23.42%
B = 40.28%

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

#9B64AC (or 0x9B64AC) is known color: Ce Soir. HEX triplet: 9B, 64 and AC. RGB value is (155,100,172). Sum of RGB (Red+Green+Blue) = 155+100+172=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B64AC is #649B53. Grayscale: #7C7C7C. Windows color (decimal): -6593364 or 11297947. OLE color: 11297947.

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

Color convert

RGB 155 100 172 -
CMYK 0.10 0.42 0 0.33
HSL 285.83º 0.3% 0.53% -
HSV(B) 285.83º 0.42% 0.67% -
XYZ 25.52 19.06 41.36 -
YUV 124.65 154.72 149.65 -
System Red Green Blue C M Y K H S L
Decimal 155 100 172 0.10 0.42 0 0.33 285.83 0.3 0.53
Hex 9B 64 AC A 2A 0 21 11E 1E 35
Octal 233 144 254 12 52 0 41 436 36 65
Binary 10011011 1100100 10101100 1010 101010 0 100001 100011110 11110 110101

Color Harmonies of #9B64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B64AC

Black with #9B64AC

Text Example


Text Example

White with #9B64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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