Html Css Color HEX #996DB1 Ce Soir

📋 copy color: '#996DB1'

red 153 ◦ green 109 ◦ blue 177

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

Shades of Ce Soir #996DB1

Tints of Ce Soir #996DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.32%

R = 34.85%
G = 24.83%
B = 40.32%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#996DB1 (or 0x996DB1) is known color: Ce Soir. HEX triplet: 99, 6D and B1. RGB value is (153,109,177). Sum of RGB (Red+Green+Blue) = 153+109+177=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #996DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DB1 is #66924E. Grayscale: #818181. Windows color (decimal): -6722127 or 11627929. OLE color: 11627929.

HSL color Cylindrical-coordinate representation of color #996DB1: hue angle of 278.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996DB1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 109 177 -
CMYK 0.14 0.38 0 0.31
HSL 278.82º 0.3% 0.56% -
HSV(B) 278.82º 0.38% 0.69% -
XYZ 26.54 20.88 44.23 -
YUV 129.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 153 109 177 0.14 0.38 0 0.31 278.82 0.3 0.56
Hex 99 6D B1 E 26 0 1F 117 1E 38
Octal 231 155 261 16 46 0 37 427 36 70
Binary 10011001 1101101 10110001 1110 100110 0 11111 100010111 11110 111000

Color Harmonies of #996DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996DB1

Black with #996DB1

Text Example


Text Example

White with #996DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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