Html Css Color HEX #826396 Ce Soir

📋 copy color: '#826396'

red 130 ◦ green 99 ◦ blue 150

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

Shades of Ce Soir #826396

Tints of Ce Soir #826396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

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

R = 34.3%
G = 26.12%
B = 39.58%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#826396 (or 0x826396) is known color: Ce Soir. HEX triplet: 82, 63 and 96. RGB value is (130,99,150). Sum of RGB (Red+Green+Blue) = 130+99+150=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #826396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826396 is #7D9C69. Grayscale: #717171. Windows color (decimal): -8232042 or 9855874. OLE color: 9855874.

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

Color convert

RGB 130 99 150 -
CMYK 0.13 0.34 0 0.41
HSL 276.47º 0.2% 0.49% -
HSV(B) 276.47º 0.34% 0.59% -
XYZ 19.17 15.87 30.91 -
YUV 114.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 130 99 150 0.13 0.34 0 0.41 276.47 0.2 0.49
Hex 82 63 96 D 22 0 29 114 14 31
Octal 202 143 226 15 42 0 51 424 24 61
Binary 10000010 1100011 10010110 1101 100010 0 101001 100010100 10100 110001

Color Harmonies of #826396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826396

Black with #826396

Text Example


Text Example

White with #826396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826396; }

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

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

background-color css

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

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

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

border-color css

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

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

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