Html Css Color HEX #836696 Ce Soir

📋 copy color: '#836696'

red 131 ◦ green 102 ◦ blue 150

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

Shades of Ce Soir #836696

Tints of Ce Soir #836696

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 34.2%
G = 26.63%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#836696 (or 0x836696) is known color: Ce Soir. HEX triplet: 83, 66 and 96. RGB value is (131,102,150). Sum of RGB (Red+Green+Blue) = 131+102+150=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #836696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836696 is #7C9969. Grayscale: #737373. Windows color (decimal): -8165738 or 9856643. OLE color: 9856643.

HSL color Cylindrical-coordinate representation of color #836696: hue angle of 276.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #836696 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 102 150 -
CMYK 0.13 0.32 0 0.41
HSL 276.25º 0.19% 0.49% -
HSV(B) 276.25º 0.32% 0.59% -
XYZ 19.62 16.53 31.01 -
YUV 116.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 131 102 150 0.13 0.32 0 0.41 276.25 0.19 0.49
Hex 83 66 96 D 20 0 29 114 13 31
Octal 203 146 226 15 40 0 51 424 23 61
Binary 10000011 1100110 10010110 1101 100000 0 101001 100010100 10011 110001

Color Harmonies of #836696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836696

Black with #836696

Text Example


Text Example

White with #836696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836696; }

 p { color: rgb(131,102,150); }

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

background-color css

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

 a { background-color: rgb(131,102,150); }

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

border-color css

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

 span { border-color: rgb(131,102,150); }

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