Html Css Color HEX #8B64DD Medium Purple

📋 copy color: '#8B64DD'

red 139 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #8B64DD

Tints of Medium Purple #8B64DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.74%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 30.22%
G = 21.74%
B = 48.04%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B64DD (or 0x8B64DD) is known color: Medium Purple. HEX triplet: 8B, 64 and DD. RGB value is (139,100,221). Sum of RGB (Red+Green+Blue) = 139+100+221=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64DD is #749B22. Grayscale: #7D7D7D. Windows color (decimal): -7641891 or 14509195. OLE color: 14509195.

HSL color Cylindrical-coordinate representation of color #8B64DD: hue angle of 259.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B64DD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 100 221 -
CMYK 0.37 0.55 0 0.13
HSL 259.34º 0.64% 0.63% -
HSV(B) 259.34º 0.55% 0.87% -
XYZ 28.26 19.82 70.74 -
YUV 125.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 139 100 221 0.37 0.55 0 0.13 259.34 0.64 0.63
Hex 8B 64 DD 25 37 0 D 103 40 3F
Octal 213 144 335 45 67 0 15 403 100 77
Binary 10001011 1100100 11011101 100101 110111 0 1101 100000011 1000000 111111

Color Harmonies of #8B64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B64DD

Black with #8B64DD

Text Example


Text Example

White with #8B64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,100,221); }

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

background-color css

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

 a { background-color: rgb(139,100,221); }

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

border-color css

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

 span { border-color: rgb(139,100,221); }

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