Html Css Color HEX #9754EE Medium Purple

📋 copy color: '#9754EE'

red 151 ◦ green 84 ◦ blue 238

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

Shades of Medium Purple #9754EE

Tints of Medium Purple #9754EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 31.92%
G = 17.76%
B = 50.32%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9754EE (or 0x9754EE) is known color: Medium Purple. HEX triplet: 97, 54 and EE. RGB value is (151,84,238). Sum of RGB (Red+Green+Blue) = 151+84+238=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9754EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754EE is #68AB11. Grayscale: #797979. Windows color (decimal): -6859538 or 15619223. OLE color: 15619223.

HSL color Cylindrical-coordinate representation of color #9754EE: hue angle of 266.1º degrees, saturation: 0.82, 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 #9754EE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 84 238 -
CMYK 0.37 0.65 0 0.07
HSL 266.1º 0.82% 0.63% -
HSV(B) 266.1º 0.65% 0.93% -
XYZ 31.37 19.09 82.92 -
YUV 121.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 151 84 238 0.37 0.65 0 0.07 266.1 0.82 0.63
Hex 97 54 EE 25 41 0 7 10A 52 3F
Octal 227 124 356 45 101 0 7 412 122 77
Binary 10010111 1010100 11101110 100101 1000001 0 111 100001010 1010010 111111

Color Harmonies of #9754EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754EE

Black with #9754EE

Text Example


Text Example

White with #9754EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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