Html Css Color HEX #8363AA Deluge

📋 copy color: '#8363AA'

red 131 ◦ green 99 ◦ blue 170

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

Shades of Deluge #8363AA

Tints of Deluge #8363AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.75%

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

R = 32.75%
G = 24.75%
B = 42.5%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8363AA (or 0x8363AA) is known color: Deluge. HEX triplet: 83, 63 and AA. RGB value is (131,99,170). Sum of RGB (Red+Green+Blue) = 131+99+170=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8363AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8363AA is #7C9C55. Grayscale: #747474. Windows color (decimal): -8166486 or 11166595. OLE color: 11166595.

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

Color convert

RGB 131 99 170 -
CMYK 0.23 0.42 0 0.33
HSL 267.04º 0.29% 0.53% -
HSV(B) 267.04º 0.42% 0.67% -
XYZ 21.08 16.65 40.13 -
YUV 116.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 131 99 170 0.23 0.42 0 0.33 267.04 0.29 0.53
Hex 83 63 AA 17 2A 0 21 10B 1D 35
Octal 203 143 252 27 52 0 41 413 35 65
Binary 10000011 1100011 10101010 10111 101010 0 100001 100001011 11101 110101

Color Harmonies of #8363AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8363AA

Black with #8363AA

Text Example


Text Example

White with #8363AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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