Html Css Color HEX #8462DC Medium Purple

📋 copy color: '#8462DC'

red 132 ◦ green 98 ◦ blue 220

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

Shades of Medium Purple #8462DC

Tints of Medium Purple #8462DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 29.33%
G = 21.78%
B = 48.89%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8462DC (or 0x8462DC) is known color: Medium Purple. HEX triplet: 84, 62 and DC. RGB value is (132,98,220). Sum of RGB (Red+Green+Blue) = 132+98+220=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8462DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462DC is #7B9D23. Grayscale: #797979. Windows color (decimal): -8101156 or 14443140. OLE color: 14443140.

HSL color Cylindrical-coordinate representation of color #8462DC: hue angle of 256.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8462DC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 98 220 -
CMYK 0.40 0.55 0 0.14
HSL 256.72º 0.64% 0.62% -
HSV(B) 256.72º 0.55% 0.86% -
XYZ 26.8 18.81 69.93 -
YUV 122.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 132 98 220 0.40 0.55 0 0.14 256.72 0.64 0.62
Hex 84 62 DC 28 37 0 E 101 40 3E
Octal 204 142 334 50 67 0 16 401 100 76
Binary 10000100 1100010 11011100 101000 110111 0 1110 100000001 1000000 111110

Color Harmonies of #8462DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462DC

Black with #8462DC

Text Example


Text Example

White with #8462DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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