Html Css Color HEX #9754EA Medium Purple

📋 copy color: '#9754EA'

red 151 ◦ green 84 ◦ blue 234

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

Shades of Medium Purple #9754EA

Tints of Medium Purple #9754EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.89%

R = 32.2%
G = 17.91%
B = 49.89%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9754EA (or 0x9754EA) is known color: Medium Purple. HEX triplet: 97, 54 and EA. RGB value is (151,84,234). Sum of RGB (Red+Green+Blue) = 151+84+234=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #9754EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754EA is #68AB15. Grayscale: #787878. Windows color (decimal): -6859542 or 15357079. OLE color: 15357079.

HSL color Cylindrical-coordinate representation of color #9754EA: hue angle of 266.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9754EA is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 84 234 -
CMYK 0.35 0.64 0 0.08
HSL 266.8º 0.78% 0.62% -
HSV(B) 266.8º 0.64% 0.92% -
XYZ 30.78 18.86 79.86 -
YUV 121.13 191.7 149.3 -
System Red Green Blue C M Y K H S L
Decimal 151 84 234 0.35 0.64 0 0.08 266.8 0.78 0.62
Hex 97 54 EA 23 40 0 8 10B 4E 3E
Octal 227 124 352 43 100 0 10 413 116 76
Binary 10010111 1010100 11101010 100011 1000000 0 1000 100001011 1001110 111110

Color Harmonies of #9754EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754EA

Black with #9754EA

Text Example


Text Example

White with #9754EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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