Html Css Color HEX #9D6CAF Ce Soir

📋 copy color: '#9D6CAF'

red 157 ◦ green 108 ◦ blue 175

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

Shades of Ce Soir #9D6CAF

Tints of Ce Soir #9D6CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 35.68%
G = 24.55%
B = 39.77%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D6CAF (or 0x9D6CAF) is known color: Ce Soir. HEX triplet: 9D, 6C and AF. RGB value is (157,108,175). Sum of RGB (Red+Green+Blue) = 157+108+175=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6CAF is #629350. Grayscale: #828282. Windows color (decimal): -6460241 or 11496605. OLE color: 11496605.

HSL color Cylindrical-coordinate representation of color #9D6CAF: hue angle of 283.88º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6CAF is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 108 175 -
CMYK 0.10 0.38 0 0.31
HSL 283.88º 0.3% 0.55% -
HSV(B) 283.88º 0.38% 0.69% -
XYZ 27.01 20.99 43.19 -
YUV 130.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 157 108 175 0.10 0.38 0 0.31 283.88 0.3 0.55
Hex 9D 6C AF A 26 0 1F 11C 1E 37
Octal 235 154 257 12 46 0 37 434 36 67
Binary 10011101 1101100 10101111 1010 100110 0 11111 100011100 11110 110111

Color Harmonies of #9D6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6CAF

Black with #9D6CAF

Text Example


Text Example

White with #9D6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,108,175); }

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

background-color css

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

 a { background-color: rgb(157,108,175); }

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

border-color css

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

 span { border-color: rgb(157,108,175); }

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