Html Css Color HEX #9662AC Ce Soir

📋 copy color: '#9662AC'

red 150 ◦ green 98 ◦ blue 172

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

Shades of Ce Soir #9662AC

Tints of Ce Soir #9662AC

RGB

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

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

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

R = 35.71%
G = 23.33%
B = 40.95%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9662AC (or 0x9662AC) is known color: Ce Soir. HEX triplet: 96, 62 and AC. RGB value is (150,98,172). Sum of RGB (Red+Green+Blue) = 150+98+172=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9662AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9662AC is #699D53. Grayscale: #797979. Windows color (decimal): -6921556 or 11297430. OLE color: 11297430.

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

Color convert

RGB 150 98 172 -
CMYK 0.13 0.43 0 0.33
HSL 282.16º 0.31% 0.53% -
HSV(B) 282.16º 0.43% 0.67% -
XYZ 24.39 18.2 41.26 -
YUV 121.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 150 98 172 0.13 0.43 0 0.33 282.16 0.31 0.53
Hex 96 62 AC D 2B 0 21 11A 1F 35
Octal 226 142 254 15 53 0 41 432 37 65
Binary 10010110 1100010 10101100 1101 101011 0 100001 100011010 11111 110101

Color Harmonies of #9662AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662AC

Black with #9662AC

Text Example


Text Example

White with #9662AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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