Html Css Color HEX #9D7BAF Ce Soir

📋 copy color: '#9D7BAF'

red 157 ◦ green 123 ◦ blue 175

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

Shades of Ce Soir #9D7BAF

Tints of Ce Soir #9D7BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

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

R = 34.51%
G = 27.03%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D7BAF (or 0x9D7BAF) is known color: Ce Soir. HEX triplet: 9D, 7B and AF. RGB value is (157,123,175). Sum of RGB (Red+Green+Blue) = 157+123+175=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7BAF is #628450. Grayscale: #8A8A8A. Windows color (decimal): -6456401 or 11500445. OLE color: 11500445.

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

Color convert

RGB 157 123 175 -
CMYK 0.10 0.30 0 0.31
HSL 279.23º 0.25% 0.58% -
HSV(B) 279.23º 0.3% 0.69% -
XYZ 28.73 24.43 43.76 -
YUV 139.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 157 123 175 0.10 0.30 0 0.31 279.23 0.25 0.58
Hex 9D 7B AF A 1E 0 1F 117 19 3A
Octal 235 173 257 12 36 0 37 427 31 72
Binary 10011101 1111011 10101111 1010 11110 0 11111 100010111 11001 111010

Color Harmonies of #9D7BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7BAF

Black with #9D7BAF

Text Example


Text Example

White with #9D7BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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