Html Css Color HEX #9D75AF Ce Soir

📋 copy color: '#9D75AF'

red 157 ◦ green 117 ◦ blue 175

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

Shades of Ce Soir #9D75AF

Tints of Ce Soir #9D75AF

RGB

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

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

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

R = 34.97%
G = 26.06%
B = 38.98%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D75AF (or 0x9D75AF) is known color: Ce Soir. HEX triplet: 9D, 75 and AF. RGB value is (157,117,175). Sum of RGB (Red+Green+Blue) = 157+117+175=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D75AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D75AF is #628A50. Grayscale: #878787. Windows color (decimal): -6457937 or 11498909. OLE color: 11498909.

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

Color convert

RGB 157 117 175 -
CMYK 0.10 0.33 0 0.31
HSL 281.38º 0.27% 0.57% -
HSV(B) 281.38º 0.33% 0.69% -
XYZ 28 22.99 43.52 -
YUV 135.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 157 117 175 0.10 0.33 0 0.31 281.38 0.27 0.57
Hex 9D 75 AF A 21 0 1F 119 1B 39
Octal 235 165 257 12 41 0 37 431 33 71
Binary 10011101 1110101 10101111 1010 100001 0 11111 100011001 11011 111001

Color Harmonies of #9D75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D75AF

Black with #9D75AF

Text Example


Text Example

White with #9D75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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