#9B58EA

Color #9B58EA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9B58EA

Tints of Medium Purple #9B58EA

Color information

#9B58EA (or 0x9B58EA) is unknown color: approx Medium Purple. HEX triplet: 9B, 58 and EA. RGB value is (155,88,234). Sum of RGB (Red+Green+Blue) = 155+88+234=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B58EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B58EA is #64A715. Grayscale: #7C7C7C. Windows color (decimal): -6596374 or 15358107. OLE color: 15358107.

HSL color Cylindrical-coordinate representation of color #9B58EA: hue angle of 267.53º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B58EA is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15588234-
CMYK0.340.6200.08
HSL267.53º77.66%63.14%-
HSV(B)267.53º62.39%91.76%-
XYZ31.8619.8980-
YUV124.68189.7149.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=32.49%
G=18.45%
B=49.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal155882340.340.6200.08267.5377.6663.14
Hex9B58EA223E0810c4e3f
Octal233130352427601041411677
Binary10011011101100011101010100010111110010001000011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B58EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B58EA; }

 p { color: rgb(155,88,234); }

 H1.HeaderClassName
 {
   color: #9B58EA;
 }
 .AnyTagClassName
 {
   color: #9B58EA;
 }
</style>
background-color css

<style>
 a { background-color: #9B58EA; }

 a { background-color: rgb(155,88,234); }

 div.DivClassName
 {
   background-color: #9B58EA;
 }
 .BgClassName
 {
   background-color: #9B58EA;
 }
</style>
border-color css

<style>
 span { border-color: #9B58EA; }

 span { border-color: rgb(155,88,234); }

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