Html Css Color HEX #8370B4 Deluge

📋 copy color: '#8370B4'

red 131 ◦ green 112 ◦ blue 180

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

Shades of Deluge #8370B4

Tints of Deluge #8370B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 30.97%
G = 26.48%
B = 42.55%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8370B4 (or 0x8370B4) is known color: Deluge. HEX triplet: 83, 70 and B4. RGB value is (131,112,180). Sum of RGB (Red+Green+Blue) = 131+112+180=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #8370B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370B4 is #7C8F4B. Grayscale: #7D7D7D. Windows color (decimal): -8163148 or 11825283. OLE color: 11825283.

HSL color Cylindrical-coordinate representation of color #8370B4: hue angle of 256.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8370B4 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 112 180 -
CMYK 0.27 0.38 0 0.29
HSL 256.76º 0.31% 0.57% -
HSV(B) 256.76º 0.38% 0.71% -
XYZ 23.39 19.71 45.75 -
YUV 125.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 131 112 180 0.27 0.38 0 0.29 256.76 0.31 0.57
Hex 83 70 B4 1B 26 0 1D 101 1F 39
Octal 203 160 264 33 46 0 35 401 37 71
Binary 10000011 1110000 10110100 11011 100110 0 11101 100000001 11111 111001

Color Harmonies of #8370B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370B4

Black with #8370B4

Text Example


Text Example

White with #8370B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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