Html Css Color HEX #8465DB Medium Purple

📋 copy color: '#8465DB'

red 132 ◦ green 101 ◦ blue 219

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

Shades of Medium Purple #8465DB

Tints of Medium Purple #8465DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

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

R = 29.2%
G = 22.35%
B = 48.45%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8465DB (or 0x8465DB) is known color: Medium Purple. HEX triplet: 84, 65 and DB. RGB value is (132,101,219). Sum of RGB (Red+Green+Blue) = 132+101+219=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8465DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465DB is #7B9A24. Grayscale: #7B7B7B. Windows color (decimal): -8100389 or 14378372. OLE color: 14378372.

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

Color convert

RGB 132 101 219 -
CMYK 0.40 0.54 0 0.14
HSL 255.76º 0.62% 0.63% -
HSV(B) 255.76º 0.54% 0.86% -
XYZ 26.96 19.33 69.33 -
YUV 123.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 132 101 219 0.40 0.54 0 0.14 255.76 0.62 0.63
Hex 84 65 DB 28 36 0 E 100 3E 3F
Octal 204 145 333 50 66 0 16 400 76 77
Binary 10000100 1100101 11011011 101000 110110 0 1110 100000000 111110 111111

Color Harmonies of #8465DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8465DB

Black with #8465DB

Text Example


Text Example

White with #8465DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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