Html Css Color HEX #9D65EC Medium Purple

📋 copy color: '#9D65EC'

red 157 ◦ green 101 ◦ blue 236

#9D65EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9D65EC

Tints of Medium Purple #9D65EC

RGB

 RED value IS 157 (61.72% from 255) = 31.78%

 GREEN value IS 101 (39.84% from 255) = 20.45%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 31.78%
G = 20.45%
B = 47.77%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9D65EC (or 0x9D65EC) is known color: Medium Purple. HEX triplet: 9D, 65 and EC. RGB value is (157,101,236). Sum of RGB (Red+Green+Blue) = 157+101+236=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D65EC is #629A13. Grayscale: #848484. Windows color (decimal): -6461972 or 15492509. OLE color: 15492509.

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

Color convert

RGB 157 101 236 -
CMYK 0.33 0.57 0 0.07
HSL 264.89º 0.78% 0.66% -
HSV(B) 264.89º 0.57% 0.93% -
XYZ 33.7 22.53 81.93 -
YUV 133.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 157 101 236 0.33 0.57 0 0.07 264.89 0.78 0.66
Hex 9D 65 EC 21 39 0 7 109 4E 42
Octal 235 145 354 41 71 0 7 411 116 102
Binary 10011101 1100101 11101100 100001 111001 0 111 100001001 1001110 1000010

Color Harmonies of #9D65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D65EC

Black with #9D65EC

Text Example


Text Example

White with #9D65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D65EC;
 }
 .AnyTagClassName
 {
   color: #9D65EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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