Html Css Color HEX #9C75AB Ce Soir

📋 copy color: '#9C75AB'

red 156 ◦ green 117 ◦ blue 171

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

Shades of Ce Soir #9C75AB

Tints of Ce Soir #9C75AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 35.14%
G = 26.35%
B = 38.51%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C75AB (or 0x9C75AB) is known color: Ce Soir. HEX triplet: 9C, 75 and AB. RGB value is (156,117,171). Sum of RGB (Red+Green+Blue) = 156+117+171=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C75AB is #638A54. Grayscale: #868686. Windows color (decimal): -6523477 or 11236764. OLE color: 11236764.

HSL color Cylindrical-coordinate representation of color #9C75AB: hue angle of 283.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C75AB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 117 171 -
CMYK 0.09 0.32 0 0.33
HSL 283.33º 0.24% 0.56% -
HSV(B) 283.33º 0.32% 0.67% -
XYZ 27.42 22.73 41.47 -
YUV 134.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 156 117 171 0.09 0.32 0 0.33 283.33 0.24 0.56
Hex 9C 75 AB 9 20 0 21 11B 18 38
Octal 234 165 253 11 40 0 41 433 30 70
Binary 10011100 1110101 10101011 1001 100000 0 100001 100011011 11000 111000

Color Harmonies of #9C75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C75AB

Black with #9C75AB

Text Example


Text Example

White with #9C75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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