#9D65EB

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

Shades of Medium Purple #9D65EB

Tints of Medium Purple #9D65EB

Color information

#9D65EB (or 0x9D65EB) is unknown color: approx Medium Purple. HEX triplet: 9D, 65 and EB. RGB value is (157,101,235). Sum of RGB (Red+Green+Blue) = 157+101+235=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D65EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D65EB is #629A14. Grayscale: #848484. Windows color (decimal): -6461973 or 15426973. OLE color: 15426973.

HSL color Cylindrical-coordinate representation of color #9D65EB: hue angle of 265.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D65EB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157101235-
CMYK0.330.5700.08
HSL265.07º77.01%65.88%-
HSV(B)265.07º57.02%92.16%-
XYZ33.5522.4781.17-
YUV133.02185.55145.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=31.85%
G=20.49%
B=47.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571012350.330.5700.08265.0777.0165.88
Hex9D65EB2139081094d42
Octal2351453534171010411115102
Binary100111011100101111010111000011110010100010000100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,101,235); }

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

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

 a { background-color: rgb(157,101,235); }

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

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

 span { border-color: rgb(157,101,235); }

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