Html Css Color HEX #827099 Deluge

📋 copy color: '#827099'

red 130 ◦ green 112 ◦ blue 153

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

Shades of Deluge #827099

Tints of Deluge #827099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 32.91%
G = 28.35%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#827099 (or 0x827099) is known color: Deluge. HEX triplet: 82, 70 and 99. RGB value is (130,112,153). Sum of RGB (Red+Green+Blue) = 130+112+153=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #827099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827099 is #7D8F66. Grayscale: #797979. Windows color (decimal): -8228711 or 10055810. OLE color: 10055810.

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

Color convert

RGB 130 112 153 -
CMYK 0.15 0.27 0 0.4
HSL 266.34º 0.17% 0.52% -
HSV(B) 266.34º 0.27% 0.6% -
XYZ 20.75 18.63 32.64 -
YUV 122.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 130 112 153 0.15 0.27 0 0.4 266.34 0.17 0.52
Hex 82 70 99 F 1B 0 28 10A 11 34
Octal 202 160 231 17 33 0 50 412 21 64
Binary 10000010 1110000 10011001 1111 11011 0 101000 100001010 10001 110100

Color Harmonies of #827099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827099

Black with #827099

Text Example


Text Example

White with #827099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827099; }

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

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

background-color css

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

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

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

border-color css

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

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

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