Html Css Color HEX #8A819A Deluge

📋 copy color: '#8A819A'

red 138 ◦ green 129 ◦ blue 154

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

Shades of Deluge #8A819A

Tints of Deluge #8A819A

RGB

 RED value IS 138 (54.3% from 255) = 32.78%

 GREEN value IS 129 (50.78% from 255) = 30.64%

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

R = 32.78%
G = 30.64%
B = 36.58%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A819A (or 0x8A819A) is known color: Deluge. HEX triplet: 8A, 81 and 9A. RGB value is (138,129,154). Sum of RGB (Red+Green+Blue) = 138+129+154=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A819A is #757E65. Grayscale: #868686. Windows color (decimal): -7700070 or 10125706. OLE color: 10125706.

HSL color Cylindrical-coordinate representation of color #8A819A: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A819A is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 129 154 -
CMYK 0.10 0.16 0 0.40
HSL 261.6º 0.11% 0.55% -
HSV(B) 261.6º 0.16% 0.6% -
XYZ 24.16 23.44 33.82 -
YUV 134.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 138 129 154 0.10 0.16 0 0.40 261.6 0.11 0.55
Hex 8A 81 9A A 10 0 28 106 B 37
Octal 212 201 232 12 20 0 50 406 13 67
Binary 10001010 10000001 10011010 1010 10000 0 101000 100000110 1011 110111

Color Harmonies of #8A819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A819A

Black with #8A819A

Text Example


Text Example

White with #8A819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A819A; }

 p { color: rgb(138,129,154); }

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

background-color css

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

 a { background-color: rgb(138,129,154); }

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

border-color css

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

 span { border-color: rgb(138,129,154); }

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