#9B74EA

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

Shades of Medium Purple #9B74EA

Tints of Medium Purple #9B74EA

Color information

#9B74EA (or 0x9B74EA) is unknown color: approx Medium Purple. HEX triplet: 9B, 74 and EA. RGB value is (155,116,234). Sum of RGB (Red+Green+Blue) = 155+116+234=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B74EA is #648B15. Grayscale: #8C8C8C. Windows color (decimal): -6589206 or 15365275. OLE color: 15365275.

HSL color Cylindrical-coordinate representation of color #9B74EA: hue angle of 259.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B74EA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155116234-
CMYK0.340.5000.08
HSL259.83º73.75%68.63%-
HSV(B)259.83º50.43%91.76%-
XYZ34.6125.480.92-
YUV141.11180.42137.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=30.69%
G=22.97%
B=46.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551162340.340.5000.08259.8373.7568.63
Hex9B74EA2232081044a45
Octal2331643524262010404112105
Binary100110111110100111010101000101100100100010000010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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