Html Css Color HEX #8A5BDE Medium Purple

📋 copy color: '#8A5BDE'

red 138 ◦ green 91 ◦ blue 222

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

Shades of Medium Purple #8A5BDE

Tints of Medium Purple #8A5BDE

RGB

 RED value IS 138 (54.3% from 255) = 30.6%

 GREEN value IS 91 (35.94% from 255) = 20.18%

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

R = 30.6%
G = 20.18%
B = 49.22%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A5BDE (or 0x8A5BDE) is known color: Medium Purple. HEX triplet: 8A, 5B and DE. RGB value is (138,91,222). Sum of RGB (Red+Green+Blue) = 138+91+222=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 91 (35.94% from 255 or 20.18% 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 #8A5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BDE is #75A421. Grayscale: #777777. Windows color (decimal): -7709730 or 14572426. OLE color: 14572426.

HSL color Cylindrical-coordinate representation of color #8A5BDE: hue angle of 261.53º degrees, saturation: 0.66, 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 #8A5BDE is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 91 222 -
CMYK 0.38 0.59 0 0.13
HSL 261.53º 0.66% 0.61% -
HSV(B) 261.53º 0.59% 0.87% -
XYZ 27.41 18.16 71.17 -
YUV 119.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 138 91 222 0.38 0.59 0 0.13 261.53 0.66 0.61
Hex 8A 5B DE 26 3B 0 D 106 42 3D
Octal 212 133 336 46 73 0 15 406 102 75
Binary 10001010 1011011 11011110 100110 111011 0 1101 100000110 1000010 111101

Color Harmonies of #8A5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BDE

Black with #8A5BDE

Text Example


Text Example

White with #8A5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,91,222); }

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

background-color css

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

 a { background-color: rgb(138,91,222); }

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

border-color css

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

 span { border-color: rgb(138,91,222); }

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