Html Css Color HEX #8375AC Deluge

📋 copy color: '#8375AC'

red 131 ◦ green 117 ◦ blue 172

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

Shades of Deluge #8375AC

Tints of Deluge #8375AC

RGB

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

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

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

R = 31.19%
G = 27.86%
B = 40.95%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8375AC (or 0x8375AC) is known color: Deluge. HEX triplet: 83, 75 and AC. RGB value is (131,117,172). Sum of RGB (Red+Green+Blue) = 131+117+172=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #8375AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8375AC is #7C8A53. Grayscale: #7F7F7F. Windows color (decimal): -8161876 or 11302275. OLE color: 11302275.

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

Color convert

RGB 131 117 172 -
CMYK 0.24 0.32 0 0.33
HSL 255.27º 0.25% 0.57% -
HSV(B) 255.27º 0.32% 0.67% -
XYZ 23.17 20.53 41.77 -
YUV 127.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 131 117 172 0.24 0.32 0 0.33 255.27 0.25 0.57
Hex 83 75 AC 18 20 0 21 FF 19 39
Octal 203 165 254 30 40 0 41 377 31 71
Binary 10000011 1110101 10101100 11000 100000 0 100001 11111111 11001 111001

Color Harmonies of #8375AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375AC

Black with #8375AC

Text Example


Text Example

White with #8375AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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