Html Css Color HEX #9451EE Medium Purple

📋 copy color: '#9451EE'

red 148 ◦ green 81 ◦ blue 238

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

Shades of Medium Purple #9451EE

Tints of Medium Purple #9451EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.34%

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

R = 31.69%
G = 17.34%
B = 50.96%

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

#9451EE (or 0x9451EE) is known color: Medium Purple. HEX triplet: 94, 51 and EE. RGB value is (148,81,238). Sum of RGB (Red+Green+Blue) = 148+81+238=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9451EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9451EE is #6BAE11. Grayscale: #767676. Windows color (decimal): -7056914 or 15618452. OLE color: 15618452.

HSL color Cylindrical-coordinate representation of color #9451EE: hue angle of 265.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9451EE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 81 238 -
CMYK 0.38 0.66 0 0.07
HSL 265.61º 0.82% 0.63% -
HSV(B) 265.61º 0.66% 0.93% -
XYZ 30.59 18.35 82.82 -
YUV 118.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 148 81 238 0.38 0.66 0 0.07 265.61 0.82 0.63
Hex 94 51 EE 26 42 0 7 10A 52 3F
Octal 224 121 356 46 102 0 7 412 122 77
Binary 10010100 1010001 11101110 100110 1000010 0 111 100001010 1010010 111111

Color Harmonies of #9451EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9451EE

Black with #9451EE

Text Example


Text Example

White with #9451EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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