Html Css Color HEX #8562DB Medium Purple

📋 copy color: '#8562DB'

red 133 ◦ green 98 ◦ blue 219

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

Shades of Medium Purple #8562DB

Tints of Medium Purple #8562DB

RGB

 RED value IS 133 (52.34% from 255) = 29.56%

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

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

R = 29.56%
G = 21.78%
B = 48.67%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8562DB (or 0x8562DB) is known color: Medium Purple. HEX triplet: 85, 62 and DB. RGB value is (133,98,219). Sum of RGB (Red+Green+Blue) = 133+98+219=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8562DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562DB is #7A9D24. Grayscale: #797979. Windows color (decimal): -8035621 or 14377605. OLE color: 14377605.

HSL color Cylindrical-coordinate representation of color #8562DB: hue angle of 257.36º degrees, saturation: 0.63, 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 #8562DB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 98 219 -
CMYK 0.39 0.55 0 0.14
HSL 257.36º 0.63% 0.62% -
HSV(B) 257.36º 0.55% 0.86% -
XYZ 26.83 18.84 69.24 -
YUV 122.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 133 98 219 0.39 0.55 0 0.14 257.36 0.63 0.62
Hex 85 62 DB 27 37 0 E 101 3F 3E
Octal 205 142 333 47 67 0 16 401 77 76
Binary 10000101 1100010 11011011 100111 110111 0 1110 100000001 111111 111110

Color Harmonies of #8562DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8562DB

Black with #8562DB

Text Example


Text Example

White with #8562DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,98,219); }

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

background-color css

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

 a { background-color: rgb(133,98,219); }

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

border-color css

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

 span { border-color: rgb(133,98,219); }

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