Html Css Color HEX #8469DC Medium Purple

📋 copy color: '#8469DC'

red 132 ◦ green 105 ◦ blue 220

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

Shades of Medium Purple #8469DC

Tints of Medium Purple #8469DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

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

R = 28.88%
G = 22.98%
B = 48.14%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8469DC (or 0x8469DC) is known color: Medium Purple. HEX triplet: 84, 69 and DC. RGB value is (132,105,220). Sum of RGB (Red+Green+Blue) = 132+105+220=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #8469DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469DC is #7B9623. Grayscale: #7D7D7D. Windows color (decimal): -8099364 or 14444932. OLE color: 14444932.

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

Color convert

RGB 132 105 220 -
CMYK 0.40 0.52 0 0.14
HSL 254.09º 0.62% 0.64% -
HSV(B) 254.09º 0.52% 0.86% -
XYZ 27.49 20.18 70.16 -
YUV 126.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 132 105 220 0.40 0.52 0 0.14 254.09 0.62 0.64
Hex 84 69 DC 28 34 0 E FE 3E 40
Octal 204 151 334 50 64 0 16 376 76 100
Binary 10000100 1101001 11011100 101000 110100 0 1110 11111110 111110 1000000

Color Harmonies of #8469DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8469DC

Black with #8469DC

Text Example


Text Example

White with #8469DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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