Html Css Color HEX #9D6BAC Ce Soir

📋 copy color: '#9D6BAC'

red 157 ◦ green 107 ◦ blue 172

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

Shades of Ce Soir #9D6BAC

Tints of Ce Soir #9D6BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

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

R = 36.01%
G = 24.54%
B = 39.45%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D6BAC (or 0x9D6BAC) is known color: Ce Soir. HEX triplet: 9D, 6B and AC. RGB value is (157,107,172). Sum of RGB (Red+Green+Blue) = 157+107+172=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6BAC is #629453. Grayscale: #818181. Windows color (decimal): -6460500 or 11299741. OLE color: 11299741.

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

Color convert

RGB 157 107 172 -
CMYK 0.09 0.38 0 0.33
HSL 286.15º 0.28% 0.55% -
HSV(B) 286.15º 0.38% 0.67% -
XYZ 26.61 20.66 41.62 -
YUV 129.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 157 107 172 0.09 0.38 0 0.33 286.15 0.28 0.55
Hex 9D 6B AC 9 26 0 21 11E 1C 37
Octal 235 153 254 11 46 0 41 436 34 67
Binary 10011101 1101011 10101100 1001 100110 0 100001 100011110 11100 110111

Color Harmonies of #9D6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6BAC

Black with #9D6BAC

Text Example


Text Example

White with #9D6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,107,172); }

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

background-color css

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

 a { background-color: rgb(157,107,172); }

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

border-color css

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

 span { border-color: rgb(157,107,172); }

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