Html Css Color HEX #9970AD Ce Soir

📋 copy color: '#9970AD'

red 153 ◦ green 112 ◦ blue 173

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

Shades of Ce Soir #9970AD

Tints of Ce Soir #9970AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 34.93%
G = 25.57%
B = 39.5%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9970AD (or 0x9970AD) is known color: Ce Soir. HEX triplet: 99, 70 and AD. RGB value is (153,112,173). Sum of RGB (Red+Green+Blue) = 153+112+173=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9970AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9970AD is #668F52. Grayscale: #838383. Windows color (decimal): -6721363 or 11366553. OLE color: 11366553.

HSL color Cylindrical-coordinate representation of color #9970AD: hue angle of 280.33º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9970AD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 112 173 -
CMYK 0.12 0.35 0 0.32
HSL 280.33º 0.27% 0.56% -
HSV(B) 280.33º 0.35% 0.68% -
XYZ 26.47 21.38 42.27 -
YUV 131.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 153 112 173 0.12 0.35 0 0.32 280.33 0.27 0.56
Hex 99 70 AD C 23 0 20 118 1B 38
Octal 231 160 255 14 43 0 40 430 33 70
Binary 10011001 1110000 10101101 1100 100011 0 100000 100011000 11011 111000

Color Harmonies of #9970AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9970AD

Black with #9970AD

Text Example


Text Example

White with #9970AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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