Html Css Color HEX #8469DB Medium Purple

📋 copy color: '#8469DB'

red 132 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #8469DB

Tints of Medium Purple #8469DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 28.95%
G = 23.03%
B = 48.03%

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

#8469DB (or 0x8469DB) is known color: Medium Purple. HEX triplet: 84, 69 and DB. RGB value is (132,105,219). Sum of RGB (Red+Green+Blue) = 132+105+219=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #8469DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469DB is #7B9624. Grayscale: #7D7D7D. Windows color (decimal): -8099365 or 14379396. OLE color: 14379396.

HSL color Cylindrical-coordinate representation of color #8469DB: hue angle of 254.21º degrees, saturation: 0.61, 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 #8469DB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 105 219 -
CMYK 0.40 0.52 0 0.14
HSL 254.21º 0.61% 0.64% -
HSV(B) 254.21º 0.52% 0.86% -
XYZ 27.35 20.12 69.46 -
YUV 126.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 132 105 219 0.40 0.52 0 0.14 254.21 0.61 0.64
Hex 84 69 DB 28 34 0 E FE 3D 40
Octal 204 151 333 50 64 0 16 376 75 100
Binary 10000100 1101001 11011011 101000 110100 0 1110 11111110 111101 1000000

Color Harmonies of #8469DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8469DB

Black with #8469DB

Text Example


Text Example

White with #8469DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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