Html Css Color HEX #9975AC Ce Soir

📋 copy color: '#9975AC'

red 153 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #9975AC

Tints of Ce Soir #9975AC

RGB

 RED value IS 153 (60.16% from 255) = 34.62%

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

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 34.62%
G = 26.47%
B = 38.91%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9975AC (or 0x9975AC) is known color: Ce Soir. HEX triplet: 99, 75 and AC. RGB value is (153,117,172). Sum of RGB (Red+Green+Blue) = 153+117+172=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #9975AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9975AC is #668A53. Grayscale: #858585. Windows color (decimal): -6720084 or 11302297. OLE color: 11302297.

HSL color Cylindrical-coordinate representation of color #9975AC: hue angle of 279.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9975AC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 117 172 -
CMYK 0.11 0.32 0 0.33
HSL 279.27º 0.25% 0.57% -
HSV(B) 279.27º 0.32% 0.67% -
XYZ 26.94 22.47 41.95 -
YUV 134.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 153 117 172 0.11 0.32 0 0.33 279.27 0.25 0.57
Hex 99 75 AC B 20 0 21 117 19 39
Octal 231 165 254 13 40 0 41 427 31 71
Binary 10011001 1110101 10101100 1011 100000 0 100001 100010111 11001 111001

Color Harmonies of #9975AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9975AC

Black with #9975AC

Text Example


Text Example

White with #9975AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9975AC; }

 p { color: rgb(153,117,172); }

 H1.HeaderClassName
 {
   color: #9975AC;
 }
 .AnyTagClassName
 {
   color: #9975AC;
 }
</style>

background-color css

<style>
 a { background-color: #9975AC; }

 a { background-color: rgb(153,117,172); }

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

border-color css

<style>
 span { border-color: #9975AC; }

 span { border-color: rgb(153,117,172); }

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