Html Css Color HEX #8468DA Medium Purple

📋 copy color: '#8468DA'

red 132 ◦ green 104 ◦ blue 218

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

Shades of Medium Purple #8468DA

Tints of Medium Purple #8468DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 29.07%
G = 22.91%
B = 48.02%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8468DA (or 0x8468DA) is known color: Medium Purple. HEX triplet: 84, 68 and DA. RGB value is (132,104,218). Sum of RGB (Red+Green+Blue) = 132+104+218=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #8468DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468DA is #7B9725. Grayscale: #7C7C7C. Windows color (decimal): -8099622 or 14313604. OLE color: 14313604.

HSL color Cylindrical-coordinate representation of color #8468DA: hue angle of 254.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8468DA is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 104 218 -
CMYK 0.39 0.52 0 0.15
HSL 254.74º 0.61% 0.63% -
HSV(B) 254.74º 0.52% 0.85% -
XYZ 27.12 19.87 68.74 -
YUV 125.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 132 104 218 0.39 0.52 0 0.15 254.74 0.61 0.63
Hex 84 68 DA 27 34 0 F FF 3D 3F
Octal 204 150 332 47 64 0 17 377 75 77
Binary 10000100 1101000 11011010 100111 110100 0 1111 11111111 111101 111111

Color Harmonies of #8468DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468DA

Black with #8468DA

Text Example


Text Example

White with #8468DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8468DA; }

 p { color: rgb(132,104,218); }

 H1.HeaderClassName
 {
   color: #8468DA;
 }
 .AnyTagClassName
 {
   color: #8468DA;
 }
</style>

background-color css

<style>
 a { background-color: #8468DA; }

 a { background-color: rgb(132,104,218); }

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

border-color css

<style>
 span { border-color: #8468DA; }

 span { border-color: rgb(132,104,218); }

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