Html Css Color HEX #826996 Ce Soir

📋 copy color: '#826996'

red 130 ◦ green 105 ◦ blue 150

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

Shades of Ce Soir #826996

Tints of Ce Soir #826996

RGB

 RED value IS 130 (51.17% from 255) = 33.77%

 GREEN value IS 105 (41.41% from 255) = 27.27%

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

R = 33.77%
G = 27.27%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#826996 (or 0x826996) is known color: Ce Soir. HEX triplet: 82, 69 and 96. RGB value is (130,105,150). Sum of RGB (Red+Green+Blue) = 130+105+150=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #826996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826996 is #7D9669. Grayscale: #757575. Windows color (decimal): -8230506 or 9857410. OLE color: 9857410.

HSL color Cylindrical-coordinate representation of color #826996: hue angle of 273.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #826996 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 105 150 -
CMYK 0.13 0.30 0 0.41
HSL 273.33º 0.18% 0.5% -
HSV(B) 273.33º 0.3% 0.59% -
XYZ 19.76 17.05 31.1 -
YUV 117.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 130 105 150 0.13 0.30 0 0.41 273.33 0.18 0.5
Hex 82 69 96 D 1E 0 29 111 12 32
Octal 202 151 226 15 36 0 51 421 22 62
Binary 10000010 1101001 10010110 1101 11110 0 101001 100010001 10010 110010

Color Harmonies of #826996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826996

Black with #826996

Text Example


Text Example

White with #826996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826996; }

 p { color: rgb(130,105,150); }

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

background-color css

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

 a { background-color: rgb(130,105,150); }

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

border-color css

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

 span { border-color: rgb(130,105,150); }

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