Html Css Color HEX #8370AC Deluge

📋 copy color: '#8370AC'

red 131 ◦ green 112 ◦ blue 172

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

Shades of Deluge #8370AC

Tints of Deluge #8370AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 31.57%
G = 26.99%
B = 41.45%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8370AC (or 0x8370AC) is known color: Deluge. HEX triplet: 83, 70 and AC. RGB value is (131,112,172). Sum of RGB (Red+Green+Blue) = 131+112+172=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #8370AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AC is #7C8F53. Grayscale: #7C7C7C. Windows color (decimal): -8163156 or 11300995. OLE color: 11300995.

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

Color convert

RGB 131 112 172 -
CMYK 0.24 0.35 0 0.33
HSL 259º 0.27% 0.56% -
HSV(B) 259º 0.35% 0.67% -
XYZ 22.6 19.39 41.58 -
YUV 124.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 131 112 172 0.24 0.35 0 0.33 259 0.27 0.56
Hex 83 70 AC 18 23 0 21 103 1B 38
Octal 203 160 254 30 43 0 41 403 33 70
Binary 10000011 1110000 10101100 11000 100011 0 100001 100000011 11011 111000

Color Harmonies of #8370AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370AC

Black with #8370AC

Text Example


Text Example

White with #8370AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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