Html Css Color HEX #9665AA Ce Soir

📋 copy color: '#9665AA'

red 150 ◦ green 101 ◦ blue 170

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

Shades of Ce Soir #9665AA

Tints of Ce Soir #9665AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 35.63%
G = 23.99%
B = 40.38%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9665AA (or 0x9665AA) is known color: Ce Soir. HEX triplet: 96, 65 and AA. RGB value is (150,101,170). Sum of RGB (Red+Green+Blue) = 150+101+170=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9665AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9665AA is #699A55. Grayscale: #7B7B7B. Windows color (decimal): -6920790 or 11167126. OLE color: 11167126.

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

Color convert

RGB 150 101 170 -
CMYK 0.12 0.41 0 0.33
HSL 282.61º 0.29% 0.53% -
HSV(B) 282.61º 0.41% 0.67% -
XYZ 24.49 18.69 40.35 -
YUV 123.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 150 101 170 0.12 0.41 0 0.33 282.61 0.29 0.53
Hex 96 65 AA C 29 0 21 11B 1D 35
Octal 226 145 252 14 51 0 41 433 35 65
Binary 10010110 1100101 10101010 1100 101001 0 100001 100011011 11101 110101

Color Harmonies of #9665AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9665AA

Black with #9665AA

Text Example


Text Example

White with #9665AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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