Html Css Color HEX #9A54EB Medium Purple

📋 copy color: '#9A54EB'

red 154 ◦ green 84 ◦ blue 235

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

Shades of Medium Purple #9A54EB

Tints of Medium Purple #9A54EB

RGB

 RED value IS 154 (60.55% from 255) = 32.56%

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

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

R = 32.56%
G = 17.76%
B = 49.68%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A54EB (or 0x9A54EB) is known color: Medium Purple. HEX triplet: 9A, 54 and EB. RGB value is (154,84,235). Sum of RGB (Red+Green+Blue) = 154+84+235=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A54EB is #65AB14. Grayscale: #797979. Windows color (decimal): -6662933 or 15422618. OLE color: 15422618.

HSL color Cylindrical-coordinate representation of color #9A54EB: hue angle of 267.81º 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 #9A54EB is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 84 235 -
CMYK 0.34 0.64 0 0.08
HSL 267.81º 0.79% 0.63% -
HSV(B) 267.81º 0.64% 0.92% -
XYZ 31.49 19.21 80.65 -
YUV 122.14 191.69 150.72 -
System Red Green Blue C M Y K H S L
Decimal 154 84 235 0.34 0.64 0 0.08 267.81 0.79 0.63
Hex 9A 54 EB 22 40 0 8 10C 4F 3F
Octal 232 124 353 42 100 0 10 414 117 77
Binary 10011010 1010100 11101011 100010 1000000 0 1000 100001100 1001111 111111

Color Harmonies of #9A54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A54EB

Black with #9A54EB

Text Example


Text Example

White with #9A54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A54EB; }

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

 H1.HeaderClassName
 {
   color: #9A54EB;
 }
 .AnyTagClassName
 {
   color: #9A54EB;
 }
</style>

background-color css

<style>
 a { background-color: #9A54EB; }

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

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

border-color css

<style>
 span { border-color: #9A54EB; }

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

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