Html Css Color HEX #9750EE Medium Purple

📋 copy color: '#9750EE'

red 151 ◦ green 80 ◦ blue 238

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

Shades of Medium Purple #9750EE

Tints of Medium Purple #9750EE

RGB

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

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

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

R = 32.2%
G = 17.06%
B = 50.75%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9750EE (or 0x9750EE) is known color: Medium Purple. HEX triplet: 97, 50 and EE. RGB value is (151,80,238). Sum of RGB (Red+Green+Blue) = 151+80+238=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #9750EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9750EE is #68AF11. Grayscale: #767676. Windows color (decimal): -6860562 or 15618199. OLE color: 15618199.

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

Color convert

RGB 151 80 238 -
CMYK 0.37 0.66 0 0.07
HSL 266.96º 0.82% 0.62% -
HSV(B) 266.96º 0.66% 0.93% -
XYZ 31.06 18.49 82.82 -
YUV 119.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 151 80 238 0.37 0.66 0 0.07 266.96 0.82 0.62
Hex 97 50 EE 25 42 0 7 10B 52 3E
Octal 227 120 356 45 102 0 7 413 122 76
Binary 10010111 1010000 11101110 100101 1000010 0 111 100001011 1010010 111110

Color Harmonies of #9750EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9750EE

Black with #9750EE

Text Example


Text Example

White with #9750EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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