Html Css Color HEX #8A5BE7 Medium Purple

📋 copy color: '#8A5BE7'

red 138 ◦ green 91 ◦ blue 231

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

Shades of Medium Purple #8A5BE7

Tints of Medium Purple #8A5BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.22%

R = 30%
G = 19.78%
B = 50.22%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8A5BE7 (or 0x8A5BE7) is known color: Medium Purple. HEX triplet: 8A, 5B and E7. RGB value is (138,91,231). Sum of RGB (Red+Green+Blue) = 138+91+231=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A5BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A5BE7 is #75A418. Grayscale: #787878. Windows color (decimal): -7709721 or 15162250. OLE color: 15162250.

HSL color Cylindrical-coordinate representation of color #8A5BE7: hue angle of 260.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A5BE7 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 138 91 231 -
CMYK 0.40 0.61 0 0.09
HSL 260.14º 0.74% 0.63% -
HSV(B) 260.14º 0.61% 0.91% -
XYZ 28.65 18.65 77.69 -
YUV 121.01 190.07 140.12 -
System Red Green Blue C M Y K H S L
Decimal 138 91 231 0.40 0.61 0 0.09 260.14 0.74 0.63
Hex 8A 5B E7 28 3D 0 9 104 4A 3F
Octal 212 133 347 50 75 0 11 404 112 77
Binary 10001010 1011011 11100111 101000 111101 0 1001 100000100 1001010 111111

Color Harmonies of #8A5BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5BE7

Black with #8A5BE7

Text Example


Text Example

White with #8A5BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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