Html Css Color HEX #9754ED Medium Purple

📋 copy color: '#9754ED'

red 151 ◦ green 84 ◦ blue 237

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

Shades of Medium Purple #9754ED

Tints of Medium Purple #9754ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 31.99%
G = 17.8%
B = 50.21%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9754ED (or 0x9754ED) is known color: Medium Purple. HEX triplet: 97, 54 and ED. RGB value is (151,84,237). Sum of RGB (Red+Green+Blue) = 151+84+237=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #9754ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754ED is #68AB12. Grayscale: #787878. Windows color (decimal): -6859539 or 15553687. OLE color: 15553687.

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

Color convert

RGB 151 84 237 -
CMYK 0.36 0.65 0 0.07
HSL 266.27º 0.81% 0.63% -
HSV(B) 266.27º 0.65% 0.93% -
XYZ 31.22 19.03 82.15 -
YUV 121.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 151 84 237 0.36 0.65 0 0.07 266.27 0.81 0.63
Hex 97 54 ED 24 41 0 7 10A 51 3F
Octal 227 124 355 44 101 0 7 412 121 77
Binary 10010111 1010100 11101101 100100 1000001 0 111 100001010 1010001 111111

Color Harmonies of #9754ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754ED

Black with #9754ED

Text Example


Text Example

White with #9754ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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