Html Css Color HEX #9450EE Medium Purple

📋 copy color: '#9450EE'

red 148 ◦ green 80 ◦ blue 238

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

Shades of Medium Purple #9450EE

Tints of Medium Purple #9450EE

RGB

 RED value IS 148 (58.2% from 255) = 31.76%

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

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

R = 31.76%
G = 17.17%
B = 51.07%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9450EE (or 0x9450EE) is known color: Medium Purple. HEX triplet: 94, 50 and EE. RGB value is (148,80,238). Sum of RGB (Red+Green+Blue) = 148+80+238=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #9450EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9450EE is #6BAF11. Grayscale: #757575. Windows color (decimal): -7057170 or 15618196. OLE color: 15618196.

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

Color convert

RGB 148 80 238 -
CMYK 0.38 0.66 0 0.07
HSL 265.82º 0.82% 0.62% -
HSV(B) 265.82º 0.66% 0.93% -
XYZ 30.51 18.21 82.79 -
YUV 118.34 195.53 149.15 -
System Red Green Blue C M Y K H S L
Decimal 148 80 238 0.38 0.66 0 0.07 265.82 0.82 0.62
Hex 94 50 EE 26 42 0 7 10A 52 3E
Octal 224 120 356 46 102 0 7 412 122 76
Binary 10010100 1010000 11101110 100110 1000010 0 111 100001010 1010010 111110

Color Harmonies of #9450EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450EE

Black with #9450EE

Text Example


Text Example

White with #9450EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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