Html Css Color HEX #8462AE Deluge

📋 copy color: '#8462AE'

red 132 ◦ green 98 ◦ blue 174

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

Shades of Deluge #8462AE

Tints of Deluge #8462AE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 32.67%
G = 24.26%
B = 43.07%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8462AE (or 0x8462AE) is known color: Deluge. HEX triplet: 84, 62 and AE. RGB value is (132,98,174). Sum of RGB (Red+Green+Blue) = 132+98+174=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #8462AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8462AE is #7B9D51. Grayscale: #747474. Windows color (decimal): -8101202 or 11428484. OLE color: 11428484.

HSL color Cylindrical-coordinate representation of color #8462AE: hue angle of 266.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8462AE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 98 174 -
CMYK 0.24 0.44 0 0.32
HSL 266.84º 0.32% 0.53% -
HSV(B) 266.84º 0.44% 0.68% -
XYZ 21.52 16.7 42.13 -
YUV 116.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 132 98 174 0.24 0.44 0 0.32 266.84 0.32 0.53
Hex 84 62 AE 18 2C 0 20 10B 20 35
Octal 204 142 256 30 54 0 40 413 40 65
Binary 10000100 1100010 10101110 11000 101100 0 100000 100001011 100000 110101

Color Harmonies of #8462AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462AE

Black with #8462AE

Text Example


Text Example

White with #8462AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8462AE; }

 p { color: rgb(132,98,174); }

 H1.HeaderClassName
 {
   color: #8462AE;
 }
 .AnyTagClassName
 {
   color: #8462AE;
 }
</style>

background-color css

<style>
 a { background-color: #8462AE; }

 a { background-color: rgb(132,98,174); }

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

border-color css

<style>
 span { border-color: #8462AE; }

 span { border-color: rgb(132,98,174); }

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