Html Css Color HEX #9573AB Ce Soir

📋 copy color: '#9573AB'

red 149 ◦ green 115 ◦ blue 171

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

Shades of Ce Soir #9573AB

Tints of Ce Soir #9573AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

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

R = 34.25%
G = 26.44%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9573AB (or 0x9573AB) is known color: Ce Soir. HEX triplet: 95, 73 and AB. RGB value is (149,115,171). Sum of RGB (Red+Green+Blue) = 149+115+171=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #9573AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9573AB is #6A8C54. Grayscale: #838383. Windows color (decimal): -6982741 or 11236245. OLE color: 11236245.

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

Color convert

RGB 149 115 171 -
CMYK 0.13 0.33 0 0.33
HSL 276.43º 0.25% 0.56% -
HSV(B) 276.43º 0.33% 0.67% -
XYZ 25.88 21.59 41.33 -
YUV 131.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 149 115 171 0.13 0.33 0 0.33 276.43 0.25 0.56
Hex 95 73 AB D 21 0 21 114 19 38
Octal 225 163 253 15 41 0 41 424 31 70
Binary 10010101 1110011 10101011 1101 100001 0 100001 100010100 11001 111000

Color Harmonies of #9573AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573AB

Black with #9573AB

Text Example


Text Example

White with #9573AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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