Html Css Color HEX #8A819B Deluge

📋 copy color: '#8A819B'

red 138 ◦ green 129 ◦ blue 155

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

Shades of Deluge #8A819B

Tints of Deluge #8A819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 32.7%
G = 30.57%
B = 36.73%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A819B (or 0x8A819B) is known color: Deluge. HEX triplet: 8A, 81 and 9B. RGB value is (138,129,155). Sum of RGB (Red+Green+Blue) = 138+129+155=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A819B is #757E64. Grayscale: #868686. Windows color (decimal): -7700069 or 10191242. OLE color: 10191242.

HSL color Cylindrical-coordinate representation of color #8A819B: hue angle of 260.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A819B is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 129 155 -
CMYK 0.11 0.17 0 0.39
HSL 260.77º 0.12% 0.56% -
HSV(B) 260.77º 0.17% 0.61% -
XYZ 24.25 23.47 34.26 -
YUV 134.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 138 129 155 0.11 0.17 0 0.39 260.77 0.12 0.56
Hex 8A 81 9B B 11 0 27 105 C 38
Octal 212 201 233 13 21 0 47 405 14 70
Binary 10001010 10000001 10011011 1011 10001 0 100111 100000101 1100 111000

Color Harmonies of #8A819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A819B

Black with #8A819B

Text Example


Text Example

White with #8A819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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