Html Css Color HEX #9455EE Medium Purple

📋 copy color: '#9455EE'

red 148 ◦ green 85 ◦ blue 238

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

Shades of Medium Purple #9455EE

Tints of Medium Purple #9455EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.05%

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

R = 31.42%
G = 18.05%
B = 50.53%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9455EE (or 0x9455EE) is known color: Medium Purple. HEX triplet: 94, 55 and EE. RGB value is (148,85,238). Sum of RGB (Red+Green+Blue) = 148+85+238=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #9455EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9455EE is #6BAA11. Grayscale: #787878. Windows color (decimal): -7055890 or 15619476. OLE color: 15619476.

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

Color convert

RGB 148 85 238 -
CMYK 0.38 0.64 0 0.07
HSL 264.71º 0.82% 0.63% -
HSV(B) 264.71º 0.64% 0.93% -
XYZ 30.89 18.97 82.92 -
YUV 121.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 148 85 238 0.38 0.64 0 0.07 264.71 0.82 0.63
Hex 94 55 EE 26 40 0 7 109 52 3F
Octal 224 125 356 46 100 0 7 411 122 77
Binary 10010100 1010101 11101110 100110 1000000 0 111 100001001 1010010 111111

Color Harmonies of #9455EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9455EE

Black with #9455EE

Text Example


Text Example

White with #9455EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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