#9B83ED

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

Shades of Medium Purple #9B83ED

Tints of Medium Purple #9B83ED

Color information

#9B83ED (or 0x9B83ED) is unknown color: approx Medium Purple. HEX triplet: 9B, 83 and ED. RGB value is (155,131,237). Sum of RGB (Red+Green+Blue) = 155+131+237=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B83ED is #647C12. Grayscale: #959595. Windows color (decimal): -6585363 or 15565723. OLE color: 15565723.

HSL color Cylindrical-coordinate representation of color #9B83ED: hue angle of 253.58º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B83ED is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155131237-
CMYK0.350.4500.07
HSL253.58º74.65%72.16%-
HSV(B)253.58º44.73%92.94%-
XYZ36.9229.3283.83-
YUV150.26176.95131.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.64%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=29.64%
G=25.05%
B=45.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551312370.350.4500.07253.5874.6572.16
Hex9B83ED232D07fe4b48
Octal233203355435507376113110
Binary10011011100000111110110110001110110101111111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,237); }

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

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

 a { background-color: rgb(155,131,237); }

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

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

 span { border-color: rgb(155,131,237); }

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