Html Css Color HEX #8A6EAD Deluge

📋 copy color: '#8A6EAD'

red 138 ◦ green 110 ◦ blue 173

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

Shades of Deluge #8A6EAD

Tints of Deluge #8A6EAD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 32.78%
G = 26.13%
B = 41.09%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A6EAD (or 0x8A6EAD) is known color: Deluge. HEX triplet: 8A, 6E and AD. RGB value is (138,110,173). Sum of RGB (Red+Green+Blue) = 138+110+173=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A6EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6EAD is #759152. Grayscale: #7D7D7D. Windows color (decimal): -7704915 or 11366026. OLE color: 11366026.

HSL color Cylindrical-coordinate representation of color #8A6EAD: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6EAD is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 110 173 -
CMYK 0.20 0.36 0 0.32
HSL 266.67º 0.28% 0.55% -
HSV(B) 266.67º 0.36% 0.68% -
XYZ 23.6 19.57 42.07 -
YUV 125.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 138 110 173 0.20 0.36 0 0.32 266.67 0.28 0.55
Hex 8A 6E AD 14 24 0 20 10B 1C 37
Octal 212 156 255 24 44 0 40 413 34 67
Binary 10001010 1101110 10101101 10100 100100 0 100000 100001011 11100 110111

Color Harmonies of #8A6EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6EAD

Black with #8A6EAD

Text Example


Text Example

White with #8A6EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,173); }

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

background-color css

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

 a { background-color: rgb(138,110,173); }

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

border-color css

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

 span { border-color: rgb(138,110,173); }

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