Html Css Color HEX #8363A9 Deluge

📋 copy color: '#8363A9'

red 131 ◦ green 99 ◦ blue 169

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

Shades of Deluge #8363A9

Tints of Deluge #8363A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.36%

R = 32.83%
G = 24.81%
B = 42.36%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8363A9 (or 0x8363A9) is known color: Deluge. HEX triplet: 83, 63 and A9. RGB value is (131,99,169). Sum of RGB (Red+Green+Blue) = 131+99+169=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #8363A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8363A9 is #7C9C56. Grayscale: #747474. Windows color (decimal): -8166487 or 11101059. OLE color: 11101059.

HSL color Cylindrical-coordinate representation of color #8363A9: hue angle of 267.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8363A9 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 99 169 -
CMYK 0.22 0.41 0 0.34
HSL 267.43º 0.29% 0.53% -
HSV(B) 267.43º 0.41% 0.66% -
XYZ 20.98 16.61 39.64 -
YUV 116.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 131 99 169 0.22 0.41 0 0.34 267.43 0.29 0.53
Hex 83 63 A9 16 29 0 22 10B 1D 35
Octal 203 143 251 26 51 0 42 413 35 65
Binary 10000011 1100011 10101001 10110 101001 0 100010 100001011 11101 110101

Color Harmonies of #8363A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8363A9

Black with #8363A9

Text Example


Text Example

White with #8363A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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