Html Css Color HEX #8463B5 Deluge

📋 copy color: '#8463B5'

red 132 ◦ green 99 ◦ blue 181

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

Shades of Deluge #8463B5

Tints of Deluge #8463B5

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

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

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 32.04%
G = 24.03%
B = 43.93%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8463B5 (or 0x8463B5) is known color: Deluge. HEX triplet: 84, 63 and B5. RGB value is (132,99,181). Sum of RGB (Red+Green+Blue) = 132+99+181=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #8463B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463B5 is #7B9C4A. Grayscale: #757575. Windows color (decimal): -8100939 or 11887492. OLE color: 11887492.

HSL color Cylindrical-coordinate representation of color #8463B5: hue angle of 264.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8463B5 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 99 181 -
CMYK 0.27 0.45 0 0.29
HSL 264.15º 0.36% 0.55% -
HSV(B) 264.15º 0.45% 0.71% -
XYZ 22.32 17.17 45.85 -
YUV 118.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 132 99 181 0.27 0.45 0 0.29 264.15 0.36 0.55
Hex 84 63 B5 1B 2D 0 1D 108 24 37
Octal 204 143 265 33 55 0 35 410 44 67
Binary 10000100 1100011 10110101 11011 101101 0 11101 100001000 100100 110111

Color Harmonies of #8463B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8463B5

Black with #8463B5

Text Example


Text Example

White with #8463B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8463B5; }

 p { color: rgb(132,99,181); }

 H1.HeaderClassName
 {
   color: #8463B5;
 }
 .AnyTagClassName
 {
   color: #8463B5;
 }
</style>

background-color css

<style>
 a { background-color: #8463B5; }

 a { background-color: rgb(132,99,181); }

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

border-color css

<style>
 span { border-color: #8463B5; }

 span { border-color: rgb(132,99,181); }

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