Html Css Color HEX #806398 Deluge

📋 copy color: '#806398'

red 128 ◦ green 99 ◦ blue 152

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

Shades of Deluge #806398

Tints of Deluge #806398

RGB

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

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

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

R = 33.77%
G = 26.12%
B = 40.11%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#806398 (or 0x806398) is known color: Deluge. HEX triplet: 80, 63 and 98. RGB value is (128,99,152). Sum of RGB (Red+Green+Blue) = 128+99+152=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #806398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806398 is #7F9C67. Grayscale: #717171. Windows color (decimal): -8363112 or 9986944. OLE color: 9986944.

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

Color convert

RGB 128 99 152 -
CMYK 0.16 0.35 0 0.40
HSL 272.83º 0.21% 0.49% -
HSV(B) 272.83º 0.35% 0.6% -
XYZ 19.03 15.78 31.75 -
YUV 113.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 128 99 152 0.16 0.35 0 0.40 272.83 0.21 0.49
Hex 80 63 98 10 23 0 28 111 15 31
Octal 200 143 230 20 43 0 50 421 25 61
Binary 10000000 1100011 10011000 10000 100011 0 101000 100010001 10101 110001

Color Harmonies of #806398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806398

Black with #806398

Text Example


Text Example

White with #806398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806398; }

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

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

background-color css

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

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

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

border-color css

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

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

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