#9b72ea

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

Shades of Medium Purple #9B72EA

Tints of Medium Purple #9B72EA

Color information

#9B72EA (or 0x9B72EA) is unknown color: approx Medium Purple. HEX triplet: 9B, 72 and EA. RGB value is (155,114,234). Sum of RGB (Red+Green+Blue) = 155+114+234=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B72EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B72EA is #648D15. Grayscale: #8B8B8B. Windows color (decimal): -6589718 or 15364763. OLE color: 15364763.

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

Color convert

RGB155114234-
CMYK0.340.5100.08
HSL260.5º74.07%68.24%-
HSV(B)260.5º51.28%91.76%-
XYZ34.3924.9480.84-
YUV139.94181.08138.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=30.82%
G=22.66%
B=46.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551142340.340.5100.08260.574.0768.24
Hex9B72EA2233081044a44
Octal2331623524263010404112104
Binary100110111110010111010101000101100110100010000010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b72ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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