Html Css Color HEX #9D6AAF Ce Soir

📋 copy color: '#9D6AAF'

red 157 ◦ green 106 ◦ blue 175

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

Shades of Ce Soir #9D6AAF

Tints of Ce Soir #9D6AAF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.2%

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

R = 35.84%
G = 24.2%
B = 39.95%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D6AAF (or 0x9D6AAF) is known color: Ce Soir. HEX triplet: 9D, 6A and AF. RGB value is (157,106,175). Sum of RGB (Red+Green+Blue) = 157+106+175=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6AAF is #629550. Grayscale: #808080. Windows color (decimal): -6460753 or 11496093. OLE color: 11496093.

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

Color convert

RGB 157 106 175 -
CMYK 0.10 0.39 0 0.31
HSL 284.35º 0.3% 0.55% -
HSV(B) 284.35º 0.39% 0.69% -
XYZ 26.8 20.57 43.12 -
YUV 129.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 157 106 175 0.10 0.39 0 0.31 284.35 0.3 0.55
Hex 9D 6A AF A 27 0 1F 11C 1E 37
Octal 235 152 257 12 47 0 37 434 36 67
Binary 10011101 1101010 10101111 1010 100111 0 11111 100011100 11110 110111

Color Harmonies of #9D6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6AAF

Black with #9D6AAF

Text Example


Text Example

White with #9D6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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