Html Css Color HEX #9662AA Ce Soir

📋 copy color: '#9662AA'

red 150 ◦ green 98 ◦ blue 170

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

Shades of Ce Soir #9662AA

Tints of Ce Soir #9662AA

RGB

 RED value IS 150 (58.98% from 255) = 35.89%

 GREEN value IS 98 (38.67% from 255) = 23.44%

 BLUE value IS 170 (66.8% from 255) = 40.67%

R = 35.89%
G = 23.44%
B = 40.67%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9662AA (or 0x9662AA) is known color: Ce Soir. HEX triplet: 96, 62 and AA. RGB value is (150,98,170). Sum of RGB (Red+Green+Blue) = 150+98+170=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9662AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AA is #699D55. Grayscale: #797979. Windows color (decimal): -6921558 or 11166358. OLE color: 11166358.

HSL color Cylindrical-coordinate representation of color #9662AA: hue angle of 283.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9662AA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 98 170 -
CMYK 0.12 0.42 0 0.33
HSL 283.33º 0.3% 0.53% -
HSV(B) 283.33º 0.42% 0.67% -
XYZ 24.2 18.12 40.25 -
YUV 121.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 150 98 170 0.12 0.42 0 0.33 283.33 0.3 0.53
Hex 96 62 AA C 2A 0 21 11B 1E 35
Octal 226 142 252 14 52 0 41 433 36 65
Binary 10010110 1100010 10101010 1100 101010 0 100001 100011011 11110 110101

Color Harmonies of #9662AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662AA

Black with #9662AA

Text Example


Text Example

White with #9662AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9662AA; }

 p { color: rgb(150,98,170); }

 H1.HeaderClassName
 {
   color: #9662AA;
 }
 .AnyTagClassName
 {
   color: #9662AA;
 }
</style>

background-color css

<style>
 a { background-color: #9662AA; }

 a { background-color: rgb(150,98,170); }

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

border-color css

<style>
 span { border-color: #9662AA; }

 span { border-color: rgb(150,98,170); }

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