Html Css Color HEX #9D60EB Medium Purple

📋 copy color: '#9D60EB'

red 157 ◦ green 96 ◦ blue 235

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

Shades of Medium Purple #9D60EB

Tints of Medium Purple #9D60EB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 32.17%
G = 19.67%
B = 48.16%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D60EB (or 0x9D60EB) is known color: Medium Purple. HEX triplet: 9D, 60 and EB. RGB value is (157,96,235). Sum of RGB (Red+Green+Blue) = 157+96+235=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D60EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D60EB is #629F14. Grayscale: #818181. Windows color (decimal): -6463253 or 15425693. OLE color: 15425693.

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

Color convert

RGB 157 96 235 -
CMYK 0.33 0.59 0 0.08
HSL 266.33º 0.78% 0.65% -
HSV(B) 266.33º 0.59% 0.92% -
XYZ 33.08 21.53 81.01 -
YUV 130.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 157 96 235 0.33 0.59 0 0.08 266.33 0.78 0.65
Hex 9D 60 EB 21 3B 0 8 10A 4E 41
Octal 235 140 353 41 73 0 10 412 116 101
Binary 10011101 1100000 11101011 100001 111011 0 1000 100001010 1001110 1000001

Color Harmonies of #9D60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D60EB

Black with #9D60EB

Text Example


Text Example

White with #9D60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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