Html Css Color HEX #8360AC Deluge

📋 copy color: '#8360AC'

red 131 ◦ green 96 ◦ blue 172

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

Shades of Deluge #8360AC

Tints of Deluge #8360AC

RGB

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

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

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

R = 32.83%
G = 24.06%
B = 43.11%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8360AC (or 0x8360AC) is known color: Deluge. HEX triplet: 83, 60 and AC. RGB value is (131,96,172). Sum of RGB (Red+Green+Blue) = 131+96+172=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #8360AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AC is #7C9F53. Grayscale: #727272. Windows color (decimal): -8167252 or 11296899. OLE color: 11296899.

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

Color convert

RGB 131 96 172 -
CMYK 0.24 0.44 0 0.33
HSL 267.63º 0.31% 0.53% -
HSV(B) 267.63º 0.44% 0.67% -
XYZ 20.99 16.17 41.04 -
YUV 115.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 131 96 172 0.24 0.44 0 0.33 267.63 0.31 0.53
Hex 83 60 AC 18 2C 0 21 10C 1F 35
Octal 203 140 254 30 54 0 41 414 37 65
Binary 10000011 1100000 10101100 11000 101100 0 100001 100001100 11111 110101

Color Harmonies of #8360AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360AC

Black with #8360AC

Text Example


Text Example

White with #8360AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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