Html Css Color HEX #9450EF Medium Purple

📋 copy color: '#9450EF'

red 148 ◦ green 80 ◦ blue 239

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

Shades of Medium Purple #9450EF

Tints of Medium Purple #9450EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 31.69%
G = 17.13%
B = 51.18%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9450EF (or 0x9450EF) is known color: Medium Purple. HEX triplet: 94, 50 and EF. RGB value is (148,80,239). Sum of RGB (Red+Green+Blue) = 148+80+239=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #9450EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9450EF is #6BAF10. Grayscale: #757575. Windows color (decimal): -7057169 or 15683732. OLE color: 15683732.

HSL color Cylindrical-coordinate representation of color #9450EF: hue angle of 265.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9450EF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 80 239 -
CMYK 0.38 0.67 0 0.06
HSL 265.66º 0.83% 0.63% -
HSV(B) 265.66º 0.67% 0.94% -
XYZ 30.66 18.27 83.57 -
YUV 118.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 148 80 239 0.38 0.67 0 0.06 265.66 0.83 0.63
Hex 94 50 EF 26 43 0 6 10A 53 3F
Octal 224 120 357 46 103 0 6 412 123 77
Binary 10010100 1010000 11101111 100110 1000011 0 110 100001010 1010011 111111

Color Harmonies of #9450EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450EF

Black with #9450EF

Text Example


Text Example

White with #9450EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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