Html Css Color HEX #8B5ADE Medium Purple

📋 copy color: '#8B5ADE'

red 139 ◦ green 90 ◦ blue 222

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

Shades of Medium Purple #8B5ADE

Tints of Medium Purple #8B5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.96%

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 30.82%
G = 19.96%
B = 49.22%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B5ADE (or 0x8B5ADE) is known color: Medium Purple. HEX triplet: 8B, 5A and DE. RGB value is (139,90,222). Sum of RGB (Red+Green+Blue) = 139+90+222=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ADE is #74A521. Grayscale: #777777. Windows color (decimal): -7644450 or 14572171. OLE color: 14572171.

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

Color convert

RGB 139 90 222 -
CMYK 0.37 0.59 0 0.13
HSL 262.27º 0.67% 0.61% -
HSV(B) 262.27º 0.59% 0.87% -
XYZ 27.49 18.08 71.15 -
YUV 119.7 185.73 141.77 -
System Red Green Blue C M Y K H S L
Decimal 139 90 222 0.37 0.59 0 0.13 262.27 0.67 0.61
Hex 8B 5A DE 25 3B 0 D 106 43 3D
Octal 213 132 336 45 73 0 15 406 103 75
Binary 10001011 1011010 11011110 100101 111011 0 1101 100000110 1000011 111101

Color Harmonies of #8B5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5ADE

Black with #8B5ADE

Text Example


Text Example

White with #8B5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,90,222); }

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

background-color css

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

 a { background-color: rgb(139,90,222); }

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

border-color css

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

 span { border-color: rgb(139,90,222); }

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