Html Css Color HEX #8360AD Deluge

📋 copy color: '#8360AD'

red 131 ◦ green 96 ◦ blue 173

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

Shades of Deluge #8360AD

Tints of Deluge #8360AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 173 (67.97% from 255) = 43.25%

R = 32.75%
G = 24%
B = 43.25%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8360AD (or 0x8360AD) is known color: Deluge. HEX triplet: 83, 60 and AD. RGB value is (131,96,173). Sum of RGB (Red+Green+Blue) = 131+96+173=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #8360AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AD is #7C9F52. Grayscale: #727272. Windows color (decimal): -8167251 or 11362435. OLE color: 11362435.

HSL color Cylindrical-coordinate representation of color #8360AD: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8360AD is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 96 173 -
CMYK 0.24 0.45 0 0.32
HSL 267.27º 0.32% 0.53% -
HSV(B) 267.27º 0.45% 0.68% -
XYZ 21.09 16.21 41.55 -
YUV 115.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 131 96 173 0.24 0.45 0 0.32 267.27 0.32 0.53
Hex 83 60 AD 18 2D 0 20 10B 20 35
Octal 203 140 255 30 55 0 40 413 40 65
Binary 10000011 1100000 10101101 11000 101101 0 100000 100001011 100000 110101

Color Harmonies of #8360AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360AD

Black with #8360AD

Text Example


Text Example

White with #8360AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8360AD; }

 p { color: rgb(131,96,173); }

 H1.HeaderClassName
 {
   color: #8360AD;
 }
 .AnyTagClassName
 {
   color: #8360AD;
 }
</style>

background-color css

<style>
 a { background-color: #8360AD; }

 a { background-color: rgb(131,96,173); }

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

border-color css

<style>
 span { border-color: #8360AD; }

 span { border-color: rgb(131,96,173); }

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