Html Css Color HEX #9A53EB Medium Purple

📋 copy color: '#9A53EB'

red 154 ◦ green 83 ◦ blue 235

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

Shades of Medium Purple #9A53EB

Tints of Medium Purple #9A53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

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

R = 32.63%
G = 17.58%
B = 49.79%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A53EB (or 0x9A53EB) is known color: Medium Purple. HEX triplet: 9A, 53 and EB. RGB value is (154,83,235). Sum of RGB (Red+Green+Blue) = 154+83+235=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A53EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A53EB is #65AC14. Grayscale: #797979. Windows color (decimal): -6663189 or 15422362. OLE color: 15422362.

HSL color Cylindrical-coordinate representation of color #9A53EB: hue angle of 268.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A53EB is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 83 235 -
CMYK 0.34 0.65 0 0.08
HSL 268.03º 0.79% 0.62% -
HSV(B) 268.03º 0.65% 0.92% -
XYZ 31.42 19.05 80.62 -
YUV 121.56 192.02 151.14 -
System Red Green Blue C M Y K H S L
Decimal 154 83 235 0.34 0.65 0 0.08 268.03 0.79 0.62
Hex 9A 53 EB 22 41 0 8 10C 4F 3E
Octal 232 123 353 42 101 0 10 414 117 76
Binary 10011010 1010011 11101011 100010 1000001 0 1000 100001100 1001111 111110

Color Harmonies of #9A53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53EB

Black with #9A53EB

Text Example


Text Example

White with #9A53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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