Html Css Color HEX #8363AC Deluge

📋 copy color: '#8363AC'

red 131 ◦ green 99 ◦ blue 172

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

Shades of Deluge #8363AC

Tints of Deluge #8363AC

RGB

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

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

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

R = 32.59%
G = 24.63%
B = 42.79%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8363AC (or 0x8363AC) is known color: Deluge. HEX triplet: 83, 63 and AC. RGB value is (131,99,172). Sum of RGB (Red+Green+Blue) = 131+99+172=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #8363AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8363AC is #7C9C53. Grayscale: #747474. Windows color (decimal): -8166484 or 11297667. OLE color: 11297667.

HSL color Cylindrical-coordinate representation of color #8363AC: hue angle of 266.3º degrees, saturation: 0.31, 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 #8363AC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 99 172 -
CMYK 0.24 0.42 0 0.33
HSL 266.3º 0.31% 0.53% -
HSV(B) 266.3º 0.42% 0.67% -
XYZ 21.27 16.73 41.14 -
YUV 116.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 131 99 172 0.24 0.42 0 0.33 266.3 0.31 0.53
Hex 83 63 AC 18 2A 0 21 10A 1F 35
Octal 203 143 254 30 52 0 41 412 37 65
Binary 10000011 1100011 10101100 11000 101010 0 100001 100001010 11111 110101

Color Harmonies of #8363AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8363AC

Black with #8363AC

Text Example


Text Example

White with #8363AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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