Html Css Color HEX #8B70DB Medium Purple

📋 copy color: '#8B70DB'

red 139 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #8B70DB

Tints of Medium Purple #8B70DB

RGB

 RED value IS 139 (54.69% from 255) = 29.57%

 GREEN value IS 112 (44.14% from 255) = 23.83%

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

R = 29.57%
G = 23.83%
B = 46.6%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B70DB (or 0x8B70DB) is known color: Medium Purple. HEX triplet: 8B, 70 and DB. RGB value is (139,112,219). Sum of RGB (Red+Green+Blue) = 139+112+219=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70DB is #748F24. Grayscale: #838383. Windows color (decimal): -7638821 or 14381195. OLE color: 14381195.

HSL color Cylindrical-coordinate representation of color #8B70DB: hue angle of 255.14º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B70DB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 112 219 -
CMYK 0.37 0.49 0 0.14
HSL 255.14º 0.6% 0.65% -
HSV(B) 255.14º 0.49% 0.86% -
XYZ 29.23 22.19 69.76 -
YUV 132.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 139 112 219 0.37 0.49 0 0.14 255.14 0.6 0.65
Hex 8B 70 DB 25 31 0 E FF 3C 41
Octal 213 160 333 45 61 0 16 377 74 101
Binary 10001011 1110000 11011011 100101 110001 0 1110 11111111 111100 1000001

Color Harmonies of #8B70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B70DB

Black with #8B70DB

Text Example


Text Example

White with #8B70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B70DB; }

 p { color: rgb(139,112,219); }

 H1.HeaderClassName
 {
   color: #8B70DB;
 }
 .AnyTagClassName
 {
   color: #8B70DB;
 }
</style>

background-color css

<style>
 a { background-color: #8B70DB; }

 a { background-color: rgb(139,112,219); }

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

border-color css

<style>
 span { border-color: #8B70DB; }

 span { border-color: rgb(139,112,219); }

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