Html Css Color HEX #956AAA Ce Soir

📋 copy color: '#956AAA'

red 149 ◦ green 106 ◦ blue 170

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

Shades of Ce Soir #956AAA

Tints of Ce Soir #956AAA

RGB

 RED value IS 149 (58.59% from 255) = 35.06%

 GREEN value IS 106 (41.8% from 255) = 24.94%

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

R = 35.06%
G = 24.94%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#956AAA (or 0x956AAA) is known color: Ce Soir. HEX triplet: 95, 6A and AA. RGB value is (149,106,170). Sum of RGB (Red+Green+Blue) = 149+106+170=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #956AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AAA is #6A9555. Grayscale: #7D7D7D. Windows color (decimal): -6985046 or 11168405. OLE color: 11168405.

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

Color convert

RGB 149 106 170 -
CMYK 0.12 0.38 0 0.33
HSL 280.31º 0.27% 0.54% -
HSV(B) 280.31º 0.38% 0.67% -
XYZ 24.8 19.6 40.51 -
YUV 126.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 149 106 170 0.12 0.38 0 0.33 280.31 0.27 0.54
Hex 95 6A AA C 26 0 21 118 1B 36
Octal 225 152 252 14 46 0 41 430 33 66
Binary 10010101 1101010 10101010 1100 100110 0 100001 100011000 11011 110110

Color Harmonies of #956AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AAA

Black with #956AAA

Text Example


Text Example

White with #956AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956AAA; }

 p { color: rgb(149,106,170); }

 H1.HeaderClassName
 {
   color: #956AAA;
 }
 .AnyTagClassName
 {
   color: #956AAA;
 }
</style>

background-color css

<style>
 a { background-color: #956AAA; }

 a { background-color: rgb(149,106,170); }

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

border-color css

<style>
 span { border-color: #956AAA; }

 span { border-color: rgb(149,106,170); }

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