Html Css Color HEX #8370AD Deluge

📋 copy color: '#8370AD'

red 131 ◦ green 112 ◦ blue 173

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

Shades of Deluge #8370AD

Tints of Deluge #8370AD

RGB

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

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

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

R = 31.49%
G = 26.92%
B = 41.59%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8370AD (or 0x8370AD) is known color: Deluge. HEX triplet: 83, 70 and AD. RGB value is (131,112,173). Sum of RGB (Red+Green+Blue) = 131+112+173=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #8370AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AD is #7C8F52. Grayscale: #7C7C7C. Windows color (decimal): -8163155 or 11366531. OLE color: 11366531.

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

Color convert

RGB 131 112 173 -
CMYK 0.24 0.35 0 0.32
HSL 258.69º 0.27% 0.56% -
HSV(B) 258.69º 0.35% 0.68% -
XYZ 22.7 19.43 42.09 -
YUV 124.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 131 112 173 0.24 0.35 0 0.32 258.69 0.27 0.56
Hex 83 70 AD 18 23 0 20 103 1B 38
Octal 203 160 255 30 43 0 40 403 33 70
Binary 10000011 1110000 10101101 11000 100011 0 100000 100000011 11011 111000

Color Harmonies of #8370AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370AD

Black with #8370AD

Text Example


Text Example

White with #8370AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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