Html Css Color HEX #8A819D Deluge

📋 copy color: '#8A819D'

red 138 ◦ green 129 ◦ blue 157

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

Shades of Deluge #8A819D

Tints of Deluge #8A819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 32.55%
G = 30.42%
B = 37.03%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A819D (or 0x8A819D) is known color: Deluge. HEX triplet: 8A, 81 and 9D. RGB value is (138,129,157). Sum of RGB (Red+Green+Blue) = 138+129+157=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A819D is #757E62. Grayscale: #868686. Windows color (decimal): -7700067 or 10322314. OLE color: 10322314.

HSL color Cylindrical-coordinate representation of color #8A819D: hue angle of 259.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A819D is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 129 157 -
CMYK 0.12 0.18 0 0.38
HSL 259.29º 0.13% 0.56% -
HSV(B) 259.29º 0.18% 0.62% -
XYZ 24.42 23.54 35.15 -
YUV 134.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 138 129 157 0.12 0.18 0 0.38 259.29 0.13 0.56
Hex 8A 81 9D C 12 0 26 103 C 38
Octal 212 201 235 14 22 0 46 403 14 70
Binary 10001010 10000001 10011101 1100 10010 0 100110 100000011 1100 111000

Color Harmonies of #8A819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A819D

Black with #8A819D

Text Example


Text Example

White with #8A819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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