Html Css Color HEX #996DB4 Ce Soir

📋 copy color: '#996DB4'

red 153 ◦ green 109 ◦ blue 180

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

Shades of Ce Soir #996DB4

Tints of Ce Soir #996DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 34.62%
G = 24.66%
B = 40.72%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#996DB4 (or 0x996DB4) is known color: Ce Soir. HEX triplet: 99, 6D and B4. RGB value is (153,109,180). Sum of RGB (Red+Green+Blue) = 153+109+180=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #996DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996DB4 is #66924B. Grayscale: #828282. Windows color (decimal): -6722124 or 11824537. OLE color: 11824537.

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

Color convert

RGB 153 109 180 -
CMYK 0.15 0.39 0 0.29
HSL 277.18º 0.32% 0.57% -
HSV(B) 277.18º 0.39% 0.71% -
XYZ 26.84 21 45.82 -
YUV 130.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 153 109 180 0.15 0.39 0 0.29 277.18 0.32 0.57
Hex 99 6D B4 F 27 0 1D 115 20 39
Octal 231 155 264 17 47 0 35 425 40 71
Binary 10011001 1101101 10110100 1111 100111 0 11101 100010101 100000 111001

Color Harmonies of #996DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DB4

Black with #996DB4

Text Example


Text Example

White with #996DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,180); }

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

background-color css

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

 a { background-color: rgb(153,109,180); }

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

border-color css

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

 span { border-color: rgb(153,109,180); }

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