Html Css Color HEX #9754EC Medium Purple

📋 copy color: '#9754EC'

red 151 ◦ green 84 ◦ blue 236

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

Shades of Medium Purple #9754EC

Tints of Medium Purple #9754EC

RGB

 RED value IS 151 (59.38% from 255) = 32.06%

 GREEN value IS 84 (33.2% from 255) = 17.83%

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

R = 32.06%
G = 17.83%
B = 50.11%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9754EC (or 0x9754EC) is known color: Medium Purple. HEX triplet: 97, 54 and EC. RGB value is (151,84,236). Sum of RGB (Red+Green+Blue) = 151+84+236=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9754EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754EC is #68AB13. Grayscale: #787878. Windows color (decimal): -6859540 or 15488151. OLE color: 15488151.

HSL color Cylindrical-coordinate representation of color #9754EC: hue angle of 266.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9754EC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 84 236 -
CMYK 0.36 0.64 0 0.07
HSL 266.45º 0.8% 0.63% -
HSV(B) 266.45º 0.64% 0.93% -
XYZ 31.07 18.98 81.38 -
YUV 121.36 192.7 149.14 -
System Red Green Blue C M Y K H S L
Decimal 151 84 236 0.36 0.64 0 0.07 266.45 0.8 0.63
Hex 97 54 EC 24 40 0 7 10A 50 3F
Octal 227 124 354 44 100 0 7 412 120 77
Binary 10010111 1010100 11101100 100100 1000000 0 111 100001010 1010000 111111

Color Harmonies of #9754EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754EC

Black with #9754EC

Text Example


Text Example

White with #9754EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9754EC; }

 p { color: rgb(151,84,236); }

 H1.HeaderClassName
 {
   color: #9754EC;
 }
 .AnyTagClassName
 {
   color: #9754EC;
 }
</style>

background-color css

<style>
 a { background-color: #9754EC; }

 a { background-color: rgb(151,84,236); }

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

border-color css

<style>
 span { border-color: #9754EC; }

 span { border-color: rgb(151,84,236); }

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