Html Css Color HEX #8461B4 Deluge

📋 copy color: '#8461B4'

red 132 ◦ green 97 ◦ blue 180

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

Shades of Deluge #8461B4

Tints of Deluge #8461B4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 32.27%
G = 23.72%
B = 44.01%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8461B4 (or 0x8461B4) is known color: Deluge. HEX triplet: 84, 61 and B4. RGB value is (132,97,180). Sum of RGB (Red+Green+Blue) = 132+97+180=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #8461B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461B4 is #7B9E4B. Grayscale: #747474. Windows color (decimal): -8101452 or 11821444. OLE color: 11821444.

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

Color convert

RGB 132 97 180 -
CMYK 0.27 0.46 0 0.29
HSL 265.3º 0.36% 0.54% -
HSV(B) 265.3º 0.46% 0.71% -
XYZ 22.03 16.75 45.25 -
YUV 116.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 132 97 180 0.27 0.46 0 0.29 265.3 0.36 0.54
Hex 84 61 B4 1B 2E 0 1D 109 24 36
Octal 204 141 264 33 56 0 35 411 44 66
Binary 10000100 1100001 10110100 11011 101110 0 11101 100001001 100100 110110

Color Harmonies of #8461B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8461B4

Black with #8461B4

Text Example


Text Example

White with #8461B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8461B4; }

 p { color: rgb(132,97,180); }

 H1.HeaderClassName
 {
   color: #8461B4;
 }
 .AnyTagClassName
 {
   color: #8461B4;
 }
</style>

background-color css

<style>
 a { background-color: #8461B4; }

 a { background-color: rgb(132,97,180); }

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

border-color css

<style>
 span { border-color: #8461B4; }

 span { border-color: rgb(132,97,180); }

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