Html Css Color HEX #806F9A Deluge

📋 copy color: '#806F9A'

red 128 ◦ green 111 ◦ blue 154

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

Shades of Deluge #806F9A

Tints of Deluge #806F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 32.57%
G = 28.24%
B = 39.19%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#806F9A (or 0x806F9A) is known color: Deluge. HEX triplet: 80, 6F and 9A. RGB value is (128,111,154). Sum of RGB (Red+Green+Blue) = 128+111+154=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #806F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F9A is #7F9065. Grayscale: #787878. Windows color (decimal): -8360038 or 10121088. OLE color: 10121088.

HSL color Cylindrical-coordinate representation of color #806F9A: hue angle of 263.72º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806F9A is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 111 154 -
CMYK 0.17 0.28 0 0.40
HSL 263.72º 0.18% 0.52% -
HSV(B) 263.72º 0.28% 0.6% -
XYZ 20.42 18.29 33.03 -
YUV 120.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 128 111 154 0.17 0.28 0 0.40 263.72 0.18 0.52
Hex 80 6F 9A 11 1C 0 28 108 12 34
Octal 200 157 232 21 34 0 50 410 22 64
Binary 10000000 1101111 10011010 10001 11100 0 101000 100001000 10010 110100

Color Harmonies of #806F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F9A

Black with #806F9A

Text Example


Text Example

White with #806F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,111,154); }

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

background-color css

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

 a { background-color: rgb(128,111,154); }

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

border-color css

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

 span { border-color: rgb(128,111,154); }

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