Html Css Color HEX #9575AB Ce Soir

📋 copy color: '#9575AB'

red 149 ◦ green 117 ◦ blue 171

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

Shades of Ce Soir #9575AB

Tints of Ce Soir #9575AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 34.1%
G = 26.77%
B = 39.13%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9575AB (or 0x9575AB) is known color: Ce Soir. HEX triplet: 95, 75 and AB. RGB value is (149,117,171). Sum of RGB (Red+Green+Blue) = 149+117+171=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9575AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9575AB is #6A8A54. Grayscale: #848484. Windows color (decimal): -6982229 or 11236757. OLE color: 11236757.

HSL color Cylindrical-coordinate representation of color #9575AB: hue angle of 275.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9575AB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 117 171 -
CMYK 0.13 0.32 0 0.33
HSL 275.56º 0.24% 0.56% -
HSV(B) 275.56º 0.32% 0.67% -
XYZ 26.11 22.05 41.41 -
YUV 132.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 149 117 171 0.13 0.32 0 0.33 275.56 0.24 0.56
Hex 95 75 AB D 20 0 21 114 18 38
Octal 225 165 253 15 40 0 41 424 30 70
Binary 10010101 1110101 10101011 1101 100000 0 100001 100010100 11000 111000

Color Harmonies of #9575AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9575AB

Black with #9575AB

Text Example


Text Example

White with #9575AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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