Html Css Color HEX #8370AA Deluge

📋 copy color: '#8370AA'

red 131 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8370AA

Tints of Deluge #8370AA

RGB

 RED value IS 131 (51.56% from 255) = 31.72%

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 31.72%
G = 27.12%
B = 41.16%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8370AA (or 0x8370AA) is known color: Deluge. HEX triplet: 83, 70 and AA. RGB value is (131,112,170). Sum of RGB (Red+Green+Blue) = 131+112+170=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8370AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AA is #7C8F55. Grayscale: #7C7C7C. Windows color (decimal): -8163158 or 11169923. OLE color: 11169923.

HSL color Cylindrical-coordinate representation of color #8370AA: hue angle of 259.66º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8370AA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 112 170 -
CMYK 0.23 0.34 0 0.33
HSL 259.66º 0.25% 0.55% -
HSV(B) 259.66º 0.34% 0.67% -
XYZ 22.41 19.32 40.58 -
YUV 124.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 131 112 170 0.23 0.34 0 0.33 259.66 0.25 0.55
Hex 83 70 AA 17 22 0 21 104 19 37
Octal 203 160 252 27 42 0 41 404 31 67
Binary 10000011 1110000 10101010 10111 100010 0 100001 100000100 11001 110111

Color Harmonies of #8370AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370AA

Black with #8370AA

Text Example


Text Example

White with #8370AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8370AA; }

 p { color: rgb(131,112,170); }

 H1.HeaderClassName
 {
   color: #8370AA;
 }
 .AnyTagClassName
 {
   color: #8370AA;
 }
</style>

background-color css

<style>
 a { background-color: #8370AA; }

 a { background-color: rgb(131,112,170); }

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

border-color css

<style>
 span { border-color: #8370AA; }

 span { border-color: rgb(131,112,170); }

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