#9D65EA

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

Shades of Medium Purple #9D65EA

Tints of Medium Purple #9D65EA

Color information

#9D65EA (or 0x9D65EA) is unknown color: approx Medium Purple. HEX triplet: 9D, 65 and EA. RGB value is (157,101,234). Sum of RGB (Red+Green+Blue) = 157+101+234=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D65EA is #629A15. Grayscale: #848484. Windows color (decimal): -6461974 or 15361437. OLE color: 15361437.

HSL color Cylindrical-coordinate representation of color #9D65EA: hue angle of 265.26º degrees, saturation: 0.76, 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 #9D65EA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157101234-
CMYK0.330.5700.08
HSL265.26º76%65.69%-
HSV(B)265.26º56.84%91.76%-
XYZ33.4122.4280.41-
YUV132.91185.05145.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=31.91%
G=20.53%
B=47.56%

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
Decimal1571012340.330.5700.08265.267665.69
Hex9D65EA2139081094c42
Octal2351453524171010411114102
Binary100111011100101111010101000011110010100010000100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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