Html Css Color HEX #8370AE Deluge

📋 copy color: '#8370AE'

red 131 ◦ green 112 ◦ blue 174

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

Shades of Deluge #8370AE

Tints of Deluge #8370AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 31.41%
G = 26.86%
B = 41.73%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8370AE (or 0x8370AE) is known color: Deluge. HEX triplet: 83, 70 and AE. RGB value is (131,112,174). Sum of RGB (Red+Green+Blue) = 131+112+174=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #8370AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AE is #7C8F51. Grayscale: #7C7C7C. Windows color (decimal): -8163154 or 11432067. OLE color: 11432067.

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

Color convert

RGB 131 112 174 -
CMYK 0.25 0.36 0 0.32
HSL 258.39º 0.28% 0.56% -
HSV(B) 258.39º 0.36% 0.68% -
XYZ 22.79 19.47 42.6 -
YUV 124.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 131 112 174 0.25 0.36 0 0.32 258.39 0.28 0.56
Hex 83 70 AE 19 24 0 20 102 1C 38
Octal 203 160 256 31 44 0 40 402 34 70
Binary 10000011 1110000 10101110 11001 100100 0 100000 100000010 11100 111000

Color Harmonies of #8370AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370AE

Black with #8370AE

Text Example


Text Example

White with #8370AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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