#9B83E4

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

Shades of Medium Purple #9B83E4

Tints of Medium Purple #9B83E4

Color information

#9B83E4 (or 0x9B83E4) is unknown color: approx Medium Purple. HEX triplet: 9B, 83 and E4. RGB value is (155,131,228). Sum of RGB (Red+Green+Blue) = 155+131+228=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #9B83E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83E4 is #647C1B. Grayscale: #949494. Windows color (decimal): -6585372 or 14975899. OLE color: 14975899.

HSL color Cylindrical-coordinate representation of color #9B83E4: hue angle of 254.85º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B83E4 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155131228-
CMYK0.320.4300.11
HSL254.85º64.24%70.39%-
HSV(B)254.85º42.54%89.41%-
XYZ35.6428.877.08-
YUV149.23172.45132.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 228 (89.45% from 255) = 44.36%
R=30.16%
G=25.49%
B=44.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551312280.320.4300.11254.8564.2470.39
Hex9B83E4202B0Bff4046
Octal2332033444053013377100106
Binary100110111000001111100100100000101011010111111111110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B83E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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