Html Css Color HEX #8460B5 Deluge

📋 copy color: '#8460B5'

red 132 ◦ green 96 ◦ blue 181

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

Shades of Deluge #8460B5

Tints of Deluge #8460B5

RGB

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

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

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

R = 32.27%
G = 23.47%
B = 44.25%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8460B5 (or 0x8460B5) is known color: Deluge. HEX triplet: 84, 60 and B5. RGB value is (132,96,181). Sum of RGB (Red+Green+Blue) = 132+96+181=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #8460B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460B5 is #7B9F4A. Grayscale: #747474. Windows color (decimal): -8101707 or 11886724. OLE color: 11886724.

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

Color convert

RGB 132 96 181 -
CMYK 0.27 0.47 0 0.29
HSL 265.41º 0.36% 0.54% -
HSV(B) 265.41º 0.47% 0.71% -
XYZ 22.04 16.61 45.76 -
YUV 116.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 132 96 181 0.27 0.47 0 0.29 265.41 0.36 0.54
Hex 84 60 B5 1B 2F 0 1D 109 24 36
Octal 204 140 265 33 57 0 35 411 44 66
Binary 10000100 1100000 10110101 11011 101111 0 11101 100001001 100100 110110

Color Harmonies of #8460B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460B5

Black with #8460B5

Text Example


Text Example

White with #8460B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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