Html Css Color HEX #8372B3 Deluge

📋 copy color: '#8372B3'

red 131 ◦ green 114 ◦ blue 179

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

Shades of Deluge #8372B3

Tints of Deluge #8372B3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.89%

 BLUE value IS 179 (70.31% from 255) = 42.22%

R = 30.9%
G = 26.89%
B = 42.22%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8372B3 (or 0x8372B3) is known color: Deluge. HEX triplet: 83, 72 and B3. RGB value is (131,114,179). Sum of RGB (Red+Green+Blue) = 131+114+179=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #8372B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372B3 is #7C8D4C. Grayscale: #7E7E7E. Windows color (decimal): -8162637 or 11760259. OLE color: 11760259.

HSL color Cylindrical-coordinate representation of color #8372B3: hue angle of 255.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8372B3 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 114 179 -
CMYK 0.27 0.36 0 0.30
HSL 255.69º 0.3% 0.57% -
HSV(B) 255.69º 0.36% 0.7% -
XYZ 23.51 20.11 45.29 -
YUV 126.49 157.63 131.21 -
System Red Green Blue C M Y K H S L
Decimal 131 114 179 0.27 0.36 0 0.30 255.69 0.3 0.57
Hex 83 72 B3 1B 24 0 1E 100 1E 39
Octal 203 162 263 33 44 0 36 400 36 71
Binary 10000011 1110010 10110011 11011 100100 0 11110 100000000 11110 111001

Color Harmonies of #8372B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372B3

Black with #8372B3

Text Example


Text Example

White with #8372B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8372B3; }

 p { color: rgb(131,114,179); }

 H1.HeaderClassName
 {
   color: #8372B3;
 }
 .AnyTagClassName
 {
   color: #8372B3;
 }
</style>

background-color css

<style>
 a { background-color: #8372B3; }

 a { background-color: rgb(131,114,179); }

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

border-color css

<style>
 span { border-color: #8372B3; }

 span { border-color: rgb(131,114,179); }

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