Html Css Color HEX #996AB5 Ce Soir

📋 copy color: '#996AB5'

red 153 ◦ green 106 ◦ blue 181

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

Shades of Ce Soir #996AB5

Tints of Ce Soir #996AB5

RGB

 RED value IS 153 (60.16% from 255) = 34.77%

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 34.77%
G = 24.09%
B = 41.14%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#996AB5 (or 0x996AB5) is known color: Ce Soir. HEX triplet: 99, 6A and B5. RGB value is (153,106,181). Sum of RGB (Red+Green+Blue) = 153+106+181=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #996AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AB5 is #66954A. Grayscale: #808080. Windows color (decimal): -6722891 or 11889305. OLE color: 11889305.

HSL color Cylindrical-coordinate representation of color #996AB5: hue angle of 277.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996AB5 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 106 181 -
CMYK 0.15 0.41 0 0.29
HSL 277.6º 0.34% 0.56% -
HSV(B) 277.6º 0.41% 0.71% -
XYZ 26.63 20.42 46.25 -
YUV 128.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 153 106 181 0.15 0.41 0 0.29 277.6 0.34 0.56
Hex 99 6A B5 F 29 0 1D 116 22 38
Octal 231 152 265 17 51 0 35 426 42 70
Binary 10011001 1101010 10110101 1111 101001 0 11101 100010110 100010 111000

Color Harmonies of #996AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AB5

Black with #996AB5

Text Example


Text Example

White with #996AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996AB5; }

 p { color: rgb(153,106,181); }

 H1.HeaderClassName
 {
   color: #996AB5;
 }
 .AnyTagClassName
 {
   color: #996AB5;
 }
</style>

background-color css

<style>
 a { background-color: #996AB5; }

 a { background-color: rgb(153,106,181); }

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

border-color css

<style>
 span { border-color: #996AB5; }

 span { border-color: rgb(153,106,181); }

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