Html Css Color HEX #8360AE Deluge

📋 copy color: '#8360AE'

red 131 ◦ green 96 ◦ blue 174

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

Shades of Deluge #8360AE

Tints of Deluge #8360AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 32.67%
G = 23.94%
B = 43.39%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8360AE (or 0x8360AE) is known color: Deluge. HEX triplet: 83, 60 and AE. RGB value is (131,96,174). Sum of RGB (Red+Green+Blue) = 131+96+174=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #8360AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AE is #7C9F51. Grayscale: #737373. Windows color (decimal): -8167250 or 11427971. OLE color: 11427971.

HSL color Cylindrical-coordinate representation of color #8360AE: hue angle of 266.92º 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 #8360AE is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 96 174 -
CMYK 0.25 0.45 0 0.32
HSL 266.92º 0.33% 0.53% -
HSV(B) 266.92º 0.45% 0.68% -
XYZ 21.18 16.25 42.06 -
YUV 115.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 131 96 174 0.25 0.45 0 0.32 266.92 0.33 0.53
Hex 83 60 AE 19 2D 0 20 10B 20 35
Octal 203 140 256 31 55 0 40 413 40 65
Binary 10000011 1100000 10101110 11001 101101 0 100000 100001011 100000 110101

Color Harmonies of #8360AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360AE

Black with #8360AE

Text Example


Text Example

White with #8360AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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