Html Css Color HEX #826099 Ce Soir

📋 copy color: '#826099'

red 130 ◦ green 96 ◦ blue 153

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

Shades of Ce Soir #826099

Tints of Ce Soir #826099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

 BLUE value IS 153 (60.16% from 255) = 40.37%

R = 34.3%
G = 25.33%
B = 40.37%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#826099 (or 0x826099) is known color: Ce Soir. HEX triplet: 82, 60 and 99. RGB value is (130,96,153). Sum of RGB (Red+Green+Blue) = 130+96+153=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #826099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826099 is #7D9F66. Grayscale: #707070. Windows color (decimal): -8232807 or 10051714. OLE color: 10051714.

HSL color Cylindrical-coordinate representation of color #826099: hue angle of 275.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826099 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 96 153 -
CMYK 0.15 0.37 0 0.4
HSL 275.79º 0.23% 0.49% -
HSV(B) 275.79º 0.37% 0.6% -
XYZ 19.14 15.41 32.1 -
YUV 112.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 130 96 153 0.15 0.37 0 0.4 275.79 0.23 0.49
Hex 82 60 99 F 25 0 28 114 17 31
Octal 202 140 231 17 45 0 50 424 27 61
Binary 10000010 1100000 10011001 1111 100101 0 101000 100010100 10111 110001

Color Harmonies of #826099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826099

Black with #826099

Text Example


Text Example

White with #826099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826099; }

 p { color: rgb(130,96,153); }

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

background-color css

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

 a { background-color: rgb(130,96,153); }

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

border-color css

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

 span { border-color: rgb(130,96,153); }

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