Html Css Color HEX #996CB4 Ce Soir

📋 copy color: '#996CB4'

red 153 ◦ green 108 ◦ blue 180

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

Shades of Ce Soir #996CB4

Tints of Ce Soir #996CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

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

R = 34.69%
G = 24.49%
B = 40.82%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#996CB4 (or 0x996CB4) is known color: Ce Soir. HEX triplet: 99, 6C and B4. RGB value is (153,108,180). Sum of RGB (Red+Green+Blue) = 153+108+180=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #996CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CB4 is #66934B. Grayscale: #818181. Windows color (decimal): -6722380 or 11824281. OLE color: 11824281.

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

Color convert

RGB 153 108 180 -
CMYK 0.15 0.40 0 0.29
HSL 277.5º 0.32% 0.56% -
HSV(B) 277.5º 0.4% 0.71% -
XYZ 26.74 20.79 45.78 -
YUV 129.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 153 108 180 0.15 0.40 0 0.29 277.5 0.32 0.56
Hex 99 6C B4 F 28 0 1D 116 20 38
Octal 231 154 264 17 50 0 35 426 40 70
Binary 10011001 1101100 10110100 1111 101000 0 11101 100010110 100000 111000

Color Harmonies of #996CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CB4

Black with #996CB4

Text Example


Text Example

White with #996CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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