Html Css Color HEX #9667AA Ce Soir

📋 copy color: '#9667AA'

red 150 ◦ green 103 ◦ blue 170

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

Shades of Ce Soir #9667AA

Tints of Ce Soir #9667AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 35.46%
G = 24.35%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9667AA (or 0x9667AA) is known color: Ce Soir. HEX triplet: 96, 67 and AA. RGB value is (150,103,170). Sum of RGB (Red+Green+Blue) = 150+103+170=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9667AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9667AA is #699855. Grayscale: #7C7C7C. Windows color (decimal): -6920278 or 11167638. OLE color: 11167638.

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

Color convert

RGB 150 103 170 -
CMYK 0.12 0.39 0 0.33
HSL 282.09º 0.28% 0.54% -
HSV(B) 282.09º 0.39% 0.67% -
XYZ 24.68 19.09 40.41 -
YUV 124.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 150 103 170 0.12 0.39 0 0.33 282.09 0.28 0.54
Hex 96 67 AA C 27 0 21 11A 1C 36
Octal 226 147 252 14 47 0 41 432 34 66
Binary 10010110 1100111 10101010 1100 100111 0 100001 100011010 11100 110110

Color Harmonies of #9667AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9667AA

Black with #9667AA

Text Example


Text Example

White with #9667AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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