Html Css Color HEX #8370AB Deluge

📋 copy color: '#8370AB'

red 131 ◦ green 112 ◦ blue 171

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

Shades of Deluge #8370AB

Tints of Deluge #8370AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 31.64%
G = 27.05%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8370AB (or 0x8370AB) is known color: Deluge. HEX triplet: 83, 70 and AB. RGB value is (131,112,171). Sum of RGB (Red+Green+Blue) = 131+112+171=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8370AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8370AB is #7C8F54. Grayscale: #7C7C7C. Windows color (decimal): -8163157 or 11235459. OLE color: 11235459.

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

Color convert

RGB 131 112 171 -
CMYK 0.23 0.35 0 0.33
HSL 259.32º 0.26% 0.55% -
HSV(B) 259.32º 0.35% 0.67% -
XYZ 22.5 19.35 41.08 -
YUV 124.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 131 112 171 0.23 0.35 0 0.33 259.32 0.26 0.55
Hex 83 70 AB 17 23 0 21 103 1A 37
Octal 203 160 253 27 43 0 41 403 32 67
Binary 10000011 1110000 10101011 10111 100011 0 100001 100000011 11010 110111

Color Harmonies of #8370AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370AB

Black with #8370AB

Text Example


Text Example

White with #8370AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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