Html Css Color HEX #8373AB Deluge

📋 copy color: '#8373AB'

red 131 ◦ green 115 ◦ blue 171

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

Shades of Deluge #8373AB

Tints of Deluge #8373AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 31.41%
G = 27.58%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8373AB (or 0x8373AB) is known color: Deluge. HEX triplet: 83, 73 and AB. RGB value is (131,115,171). Sum of RGB (Red+Green+Blue) = 131+115+171=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8373AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8373AB is #7C8C54. Grayscale: #7D7D7D. Windows color (decimal): -8162389 or 11236227. OLE color: 11236227.

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

Color convert

RGB 131 115 171 -
CMYK 0.23 0.33 0 0.33
HSL 257.14º 0.25% 0.56% -
HSV(B) 257.14º 0.33% 0.67% -
XYZ 22.84 20.03 41.19 -
YUV 126.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 131 115 171 0.23 0.33 0 0.33 257.14 0.25 0.56
Hex 83 73 AB 17 21 0 21 101 19 38
Octal 203 163 253 27 41 0 41 401 31 70
Binary 10000011 1110011 10101011 10111 100001 0 100001 100000001 11001 111000

Color Harmonies of #8373AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373AB

Black with #8373AB

Text Example


Text Example

White with #8373AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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