Html Css Color HEX #9454EB Medium Purple

📋 copy color: '#9454EB'

red 148 ◦ green 84 ◦ blue 235

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

Shades of Medium Purple #9454EB

Tints of Medium Purple #9454EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 31.69%
G = 17.99%
B = 50.32%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9454EB (or 0x9454EB) is known color: Medium Purple. HEX triplet: 94, 54 and EB. RGB value is (148,84,235). Sum of RGB (Red+Green+Blue) = 148+84+235=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #9454EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9454EB is #6BAB14. Grayscale: #777777. Windows color (decimal): -7056149 or 15422612. OLE color: 15422612.

HSL color Cylindrical-coordinate representation of color #9454EB: hue angle of 265.43º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9454EB is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 84 235 -
CMYK 0.37 0.64 0 0.08
HSL 265.43º 0.79% 0.63% -
HSV(B) 265.43º 0.64% 0.92% -
XYZ 30.38 18.63 80.59 -
YUV 120.35 192.7 147.72 -
System Red Green Blue C M Y K H S L
Decimal 148 84 235 0.37 0.64 0 0.08 265.43 0.79 0.63
Hex 94 54 EB 25 40 0 8 109 4F 3F
Octal 224 124 353 45 100 0 10 411 117 77
Binary 10010100 1010100 11101011 100101 1000000 0 1000 100001001 1001111 111111

Color Harmonies of #9454EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9454EB

Black with #9454EB

Text Example


Text Example

White with #9454EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9454EB; }

 p { color: rgb(148,84,235); }

 H1.HeaderClassName
 {
   color: #9454EB;
 }
 .AnyTagClassName
 {
   color: #9454EB;
 }
</style>

background-color css

<style>
 a { background-color: #9454EB; }

 a { background-color: rgb(148,84,235); }

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

border-color css

<style>
 span { border-color: #9454EB; }

 span { border-color: rgb(148,84,235); }

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