Html Css Color HEX #8B5DDC Medium Purple

📋 copy color: '#8B5DDC'

red 139 ◦ green 93 ◦ blue 220

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

Shades of Medium Purple #8B5DDC

Tints of Medium Purple #8B5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 30.75%
G = 20.58%
B = 48.67%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B5DDC (or 0x8B5DDC) is known color: Medium Purple. HEX triplet: 8B, 5D and DC. RGB value is (139,93,220). Sum of RGB (Red+Green+Blue) = 139+93+220=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DDC is #74A223. Grayscale: #787878. Windows color (decimal): -7643684 or 14441867. OLE color: 14441867.

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

Color convert

RGB 139 93 220 -
CMYK 0.37 0.58 0 0.14
HSL 261.73º 0.64% 0.61% -
HSV(B) 261.73º 0.58% 0.86% -
XYZ 27.48 18.48 69.83 -
YUV 121.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 139 93 220 0.37 0.58 0 0.14 261.73 0.64 0.61
Hex 8B 5D DC 25 3A 0 E 106 40 3D
Octal 213 135 334 45 72 0 16 406 100 75
Binary 10001011 1011101 11011100 100101 111010 0 1110 100000110 1000000 111101

Color Harmonies of #8B5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5DDC

Black with #8B5DDC

Text Example


Text Example

White with #8B5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,93,220); }

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

background-color css

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

 a { background-color: rgb(139,93,220); }

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

border-color css

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

 span { border-color: rgb(139,93,220); }

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