Html Css Color HEX #9575A7 Ce Soir

📋 copy color: '#9575A7'

red 149 ◦ green 117 ◦ blue 167

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

Shades of Ce Soir #9575A7

Tints of Ce Soir #9575A7

RGB

 RED value IS 149 (58.59% from 255) = 34.41%

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

 BLUE value IS 167 (65.63% from 255) = 38.57%

R = 34.41%
G = 27.02%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9575A7 (or 0x9575A7) is known color: Ce Soir. HEX triplet: 95, 75 and A7. RGB value is (149,117,167). Sum of RGB (Red+Green+Blue) = 149+117+167=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 167 - color contains mainly: blue. Hex color #9575A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9575A7 is #6A8A58. Grayscale: #848484. Windows color (decimal): -6982233 or 10974613. OLE color: 10974613.

HSL color Cylindrical-coordinate representation of color #9575A7: hue angle of 278.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9575A7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 117 167 -
CMYK 0.11 0.30 0 0.35
HSL 278.4º 0.22% 0.56% -
HSV(B) 278.4º 0.3% 0.65% -
XYZ 25.73 21.9 39.43 -
YUV 132.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 149 117 167 0.11 0.30 0 0.35 278.4 0.22 0.56
Hex 95 75 A7 B 1E 0 23 116 16 38
Octal 225 165 247 13 36 0 43 426 26 70
Binary 10010101 1110101 10100111 1011 11110 0 100011 100010110 10110 111000

Color Harmonies of #9575A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575A7

Black with #9575A7

Text Example


Text Example

White with #9575A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9575A7; }

 p { color: rgb(149,117,167); }

 H1.HeaderClassName
 {
   color: #9575A7;
 }
 .AnyTagClassName
 {
   color: #9575A7;
 }
</style>

background-color css

<style>
 a { background-color: #9575A7; }

 a { background-color: rgb(149,117,167); }

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

border-color css

<style>
 span { border-color: #9575A7; }

 span { border-color: rgb(149,117,167); }

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