Html Css Color HEX #806A98 Deluge

📋 copy color: '#806A98'

red 128 ◦ green 106 ◦ blue 152

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

Shades of Deluge #806A98

Tints of Deluge #806A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 33.16%
G = 27.46%
B = 39.38%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#806A98 (or 0x806A98) is known color: Deluge. HEX triplet: 80, 6A and 98. RGB value is (128,106,152). Sum of RGB (Red+Green+Blue) = 128+106+152=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #806A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A98 is #7F9567. Grayscale: #757575. Windows color (decimal): -8361320 or 9988736. OLE color: 9988736.

HSL color Cylindrical-coordinate representation of color #806A98: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806A98 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 106 152 -
CMYK 0.16 0.30 0 0.40
HSL 268.7º 0.18% 0.51% -
HSV(B) 268.7º 0.3% 0.6% -
XYZ 19.72 17.16 31.98 -
YUV 117.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 128 106 152 0.16 0.30 0 0.40 268.7 0.18 0.51
Hex 80 6A 98 10 1E 0 28 10D 12 33
Octal 200 152 230 20 36 0 50 415 22 63
Binary 10000000 1101010 10011000 10000 11110 0 101000 100001101 10010 110011

Color Harmonies of #806A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A98

Black with #806A98

Text Example


Text Example

White with #806A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A98; }

 p { color: rgb(128,106,152); }

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

background-color css

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

 a { background-color: rgb(128,106,152); }

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

border-color css

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

 span { border-color: rgb(128,106,152); }

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