Html Css Color HEX #9970A5 Ce Soir

📋 copy color: '#9970A5'

red 153 ◦ green 112 ◦ blue 165

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

Shades of Ce Soir #9970A5

Tints of Ce Soir #9970A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 35.58%
G = 26.05%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9970A5 (or 0x9970A5) is known color: Ce Soir. HEX triplet: 99, 70 and A5. RGB value is (153,112,165). Sum of RGB (Red+Green+Blue) = 153+112+165=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 165 - color contains mainly: blue. Hex color #9970A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9970A5 is #668F5A. Grayscale: #828282. Windows color (decimal): -6721371 or 10842265. OLE color: 10842265.

HSL color Cylindrical-coordinate representation of color #9970A5: hue angle of 286.42º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9970A5 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 112 165 -
CMYK 0.07 0.32 0 0.35
HSL 286.42º 0.23% 0.54% -
HSV(B) 286.42º 0.32% 0.65% -
XYZ 25.72 21.08 38.31 -
YUV 130.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 153 112 165 0.07 0.32 0 0.35 286.42 0.23 0.54
Hex 99 70 A5 7 20 0 23 11E 17 36
Octal 231 160 245 7 40 0 43 436 27 66
Binary 10011001 1110000 10100101 111 100000 0 100011 100011110 10111 110110

Color Harmonies of #9970A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970A5

Black with #9970A5

Text Example


Text Example

White with #9970A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9970A5; }

 p { color: rgb(153,112,165); }

 H1.HeaderClassName
 {
   color: #9970A5;
 }
 .AnyTagClassName
 {
   color: #9970A5;
 }
</style>

background-color css

<style>
 a { background-color: #9970A5; }

 a { background-color: rgb(153,112,165); }

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

border-color css

<style>
 span { border-color: #9970A5; }

 span { border-color: rgb(153,112,165); }

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