Html Css Color HEX #8B66DB Medium Purple

📋 copy color: '#8B66DB'

red 139 ◦ green 102 ◦ blue 219

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

Shades of Medium Purple #8B66DB

Tints of Medium Purple #8B66DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.17%

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

R = 30.22%
G = 22.17%
B = 47.61%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B66DB (or 0x8B66DB) is known color: Medium Purple. HEX triplet: 8B, 66 and DB. RGB value is (139,102,219). Sum of RGB (Red+Green+Blue) = 139+102+219=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66DB is #749924. Grayscale: #7D7D7D. Windows color (decimal): -7641381 or 14378635. OLE color: 14378635.

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

Color convert

RGB 139 102 219 -
CMYK 0.37 0.53 0 0.14
HSL 258.97º 0.62% 0.63% -
HSV(B) 258.97º 0.53% 0.86% -
XYZ 28.19 20.11 69.41 -
YUV 126.4 180.26 136.99 -
System Red Green Blue C M Y K H S L
Decimal 139 102 219 0.37 0.53 0 0.14 258.97 0.62 0.63
Hex 8B 66 DB 25 35 0 E 103 3E 3F
Octal 213 146 333 45 65 0 16 403 76 77
Binary 10001011 1100110 11011011 100101 110101 0 1110 100000011 111110 111111

Color Harmonies of #8B66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B66DB

Black with #8B66DB

Text Example


Text Example

White with #8B66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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