Html Css Color HEX #826595 Ce Soir

📋 copy color: '#826595'

red 130 ◦ green 101 ◦ blue 149

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

Shades of Ce Soir #826595

Tints of Ce Soir #826595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 34.21%
G = 26.58%
B = 39.21%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826595 (or 0x826595) is known color: Ce Soir. HEX triplet: 82, 65 and 95. RGB value is (130,101,149). Sum of RGB (Red+Green+Blue) = 130+101+149=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #826595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826595 is #7D9A6A. Grayscale: #727272. Windows color (decimal): -8231531 or 9790850. OLE color: 9790850.

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

Color convert

RGB 130 101 149 -
CMYK 0.13 0.32 0 0.42
HSL 276.25º 0.19% 0.49% -
HSV(B) 276.25º 0.32% 0.58% -
XYZ 19.28 16.22 30.55 -
YUV 115.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 130 101 149 0.13 0.32 0 0.42 276.25 0.19 0.49
Hex 82 65 95 D 20 0 2A 114 13 31
Octal 202 145 225 15 40 0 52 424 23 61
Binary 10000010 1100101 10010101 1101 100000 0 101010 100010100 10011 110001

Color Harmonies of #826595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826595

Black with #826595

Text Example


Text Example

White with #826595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826595; }

 p { color: rgb(130,101,149); }

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

background-color css

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

 a { background-color: rgb(130,101,149); }

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

border-color css

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

 span { border-color: rgb(130,101,149); }

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