Html Css Color HEX #8360AB Deluge

📋 copy color: '#8360AB'

red 131 ◦ green 96 ◦ blue 171

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

Shades of Deluge #8360AB

Tints of Deluge #8360AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 32.91%
G = 24.12%
B = 42.96%

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

#8360AB (or 0x8360AB) is known color: Deluge. HEX triplet: 83, 60 and AB. RGB value is (131,96,171). Sum of RGB (Red+Green+Blue) = 131+96+171=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8360AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360AB is #7C9F54. Grayscale: #727272. Windows color (decimal): -8167253 or 11231363. OLE color: 11231363.

HSL color Cylindrical-coordinate representation of color #8360AB: hue angle of 268º degrees, saturation: 0.31, 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 #8360AB is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 96 171 -
CMYK 0.23 0.44 0 0.33
HSL 268º 0.31% 0.52% -
HSV(B) 268º 0.44% 0.67% -
XYZ 20.89 16.13 40.54 -
YUV 115.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 131 96 171 0.23 0.44 0 0.33 268 0.31 0.52
Hex 83 60 AB 17 2C 0 21 10C 1F 34
Octal 203 140 253 27 54 0 41 414 37 64
Binary 10000011 1100000 10101011 10111 101100 0 100001 100001100 11111 110100

Color Harmonies of #8360AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360AB

Black with #8360AB

Text Example


Text Example

White with #8360AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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