Html Css Color HEX #9D75A8 Ce Soir

📋 copy color: '#9D75A8'

red 157 ◦ green 117 ◦ blue 168

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

Shades of Ce Soir #9D75A8

Tints of Ce Soir #9D75A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 35.52%
G = 26.47%
B = 38.01%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9D75A8 (or 0x9D75A8) is known color: Ce Soir. HEX triplet: 9D, 75 and A8. RGB value is (157,117,168). Sum of RGB (Red+Green+Blue) = 157+117+168=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 168 - color contains mainly: blue. Hex color #9D75A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D75A8 is #628A57. Grayscale: #868686. Windows color (decimal): -6457944 or 11040157. OLE color: 11040157.

HSL color Cylindrical-coordinate representation of color #9D75A8: hue angle of 287.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D75A8 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 117 168 -
CMYK 0.07 0.30 0 0.34
HSL 287.06º 0.23% 0.56% -
HSV(B) 287.06º 0.3% 0.66% -
XYZ 27.33 22.72 39.99 -
YUV 134.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 157 117 168 0.07 0.30 0 0.34 287.06 0.23 0.56
Hex 9D 75 A8 7 1E 0 22 11F 17 38
Octal 235 165 250 7 36 0 42 437 27 70
Binary 10011101 1110101 10101000 111 11110 0 100010 100011111 10111 111000

Color Harmonies of #9D75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D75A8

Black with #9D75A8

Text Example


Text Example

White with #9D75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,168); }

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

background-color css

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

 a { background-color: rgb(157,117,168); }

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

border-color css

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

 span { border-color: rgb(157,117,168); }

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