Html Css Color HEX #8375AB Deluge

📋 copy color: '#8375AB'

red 131 ◦ green 117 ◦ blue 171

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

Shades of Deluge #8375AB

Tints of Deluge #8375AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

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

R = 31.26%
G = 27.92%
B = 40.81%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8375AB (or 0x8375AB) is known color: Deluge. HEX triplet: 83, 75 and AB. RGB value is (131,117,171). Sum of RGB (Red+Green+Blue) = 131+117+171=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8375AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8375AB is #7C8A54. Grayscale: #7F7F7F. Windows color (decimal): -8161877 or 11236739. OLE color: 11236739.

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

Color convert

RGB 131 117 171 -
CMYK 0.23 0.32 0 0.33
HSL 255.56º 0.24% 0.56% -
HSV(B) 255.56º 0.32% 0.67% -
XYZ 23.07 20.49 41.27 -
YUV 127.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 131 117 171 0.23 0.32 0 0.33 255.56 0.24 0.56
Hex 83 75 AB 17 20 0 21 100 18 38
Octal 203 165 253 27 40 0 41 400 30 70
Binary 10000011 1110101 10101011 10111 100000 0 100001 100000000 11000 111000

Color Harmonies of #8375AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375AB

Black with #8375AB

Text Example


Text Example

White with #8375AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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