Html Css Color HEX #806299 Deluge

📋 copy color: '#806299'

red 128 ◦ green 98 ◦ blue 153

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

Shades of Deluge #806299

Tints of Deluge #806299

RGB

 RED value IS 128 (50.39% from 255) = 33.77%

 GREEN value IS 98 (38.67% from 255) = 25.86%

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

R = 33.77%
G = 25.86%
B = 40.37%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#806299 (or 0x806299) is known color: Deluge. HEX triplet: 80, 62 and 99. RGB value is (128,98,153). Sum of RGB (Red+Green+Blue) = 128+98+153=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 98 (38.67% from 255 or 25.86% 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 #806299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806299 is #7F9D66. Grayscale: #717171. Windows color (decimal): -8363367 or 10052224. OLE color: 10052224.

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

Color convert

RGB 128 98 153 -
CMYK 0.16 0.36 0 0.4
HSL 272.73º 0.22% 0.49% -
HSV(B) 272.73º 0.36% 0.6% -
XYZ 19.02 15.62 32.15 -
YUV 113.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 128 98 153 0.16 0.36 0 0.4 272.73 0.22 0.49
Hex 80 62 99 10 24 0 28 111 16 31
Octal 200 142 231 20 44 0 50 421 26 61
Binary 10000000 1100010 10011001 10000 100100 0 101000 100010001 10110 110001

Color Harmonies of #806299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806299

Black with #806299

Text Example


Text Example

White with #806299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806299; }

 p { color: rgb(128,98,153); }

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

background-color css

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

 a { background-color: rgb(128,98,153); }

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

border-color css

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

 span { border-color: rgb(128,98,153); }

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