Html Css Color HEX #8360AA Deluge

📋 copy color: '#8360AA'

red 131 ◦ green 96 ◦ blue 170

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

Shades of Deluge #8360AA

Tints of Deluge #8360AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 33%
G = 24.18%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8360AA (or 0x8360AA) is known color: Deluge. HEX triplet: 83, 60 and AA. RGB value is (131,96,170). Sum of RGB (Red+Green+Blue) = 131+96+170=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8360AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AA is #7C9F55. Grayscale: #727272. Windows color (decimal): -8167254 or 11165827. OLE color: 11165827.

HSL color Cylindrical-coordinate representation of color #8360AA: hue angle of 268.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8360AA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 96 170 -
CMYK 0.23 0.44 0 0.33
HSL 268.38º 0.3% 0.52% -
HSV(B) 268.38º 0.44% 0.67% -
XYZ 20.8 16.09 40.04 -
YUV 114.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 131 96 170 0.23 0.44 0 0.33 268.38 0.3 0.52
Hex 83 60 AA 17 2C 0 21 10C 1E 34
Octal 203 140 252 27 54 0 41 414 36 64
Binary 10000011 1100000 10101010 10111 101100 0 100001 100001100 11110 110100

Color Harmonies of #8360AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360AA

Black with #8360AA

Text Example


Text Example

White with #8360AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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