#9B7DEE

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

Shades of Medium Purple #9B7DEE

Tints of Medium Purple #9B7DEE

Color information

#9B7DEE (or 0x9B7DEE) is unknown color: approx Medium Purple. HEX triplet: 9B, 7D and EE. RGB value is (155,125,238). Sum of RGB (Red+Green+Blue) = 155+125+238=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7DEE is #648211. Grayscale: #929292. Windows color (decimal): -6586898 or 15629723. OLE color: 15629723.

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

Color convert

RGB155125238-
CMYK0.350.4700.07
HSL255.93º76.87%71.18%-
HSV(B)255.93º47.48%93.33%-
XYZ36.2827.8184.34-
YUV146.85179.44133.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 125 (49.22% from 255) = 24.13%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=29.92%
G=24.13%
B=45.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551252380.350.4700.07255.9376.8771.18
Hex9B7DEE232F071004d47
Octal233175356435707400115107
Binary10011011111110111101110100011101111011110000000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,238); }

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

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

 a { background-color: rgb(155,125,238); }

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

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

 span { border-color: rgb(155,125,238); }

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