Html Css Color HEX #9750EC Medium Purple

📋 copy color: '#9750EC'

red 151 ◦ green 80 ◦ blue 236

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

Shades of Medium Purple #9750EC

Tints of Medium Purple #9750EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

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

R = 32.33%
G = 17.13%
B = 50.54%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9750EC (or 0x9750EC) is known color: Medium Purple. HEX triplet: 97, 50 and EC. RGB value is (151,80,236). Sum of RGB (Red+Green+Blue) = 151+80+236=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #9750EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9750EC is #68AF13. Grayscale: #767676. Windows color (decimal): -6860564 or 15487127. OLE color: 15487127.

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

Color convert

RGB 151 80 236 -
CMYK 0.36 0.66 0 0.07
HSL 267.31º 0.8% 0.62% -
HSV(B) 267.31º 0.66% 0.93% -
XYZ 30.77 18.37 81.28 -
YUV 119.01 194.02 150.82 -
System Red Green Blue C M Y K H S L
Decimal 151 80 236 0.36 0.66 0 0.07 267.31 0.8 0.62
Hex 97 50 EC 24 42 0 7 10B 50 3E
Octal 227 120 354 44 102 0 7 413 120 76
Binary 10010111 1010000 11101100 100100 1000010 0 111 100001011 1010000 111110

Color Harmonies of #9750EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750EC

Black with #9750EC

Text Example


Text Example

White with #9750EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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