Html Css Color HEX #9A53EA Medium Purple

📋 copy color: '#9A53EA'

red 154 ◦ green 83 ◦ blue 234

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

Shades of Medium Purple #9A53EA

Tints of Medium Purple #9A53EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 32.7%
G = 17.62%
B = 49.68%

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

#9A53EA (or 0x9A53EA) is known color: Medium Purple. HEX triplet: 9A, 53 and EA. RGB value is (154,83,234). Sum of RGB (Red+Green+Blue) = 154+83+234=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A53EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A53EA is #65AC15. Grayscale: #787878. Windows color (decimal): -6663190 or 15356826. OLE color: 15356826.

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

Color convert

RGB 154 83 234 -
CMYK 0.34 0.65 0 0.08
HSL 268.21º 0.78% 0.62% -
HSV(B) 268.21º 0.65% 0.92% -
XYZ 31.27 19 79.86 -
YUV 121.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 154 83 234 0.34 0.65 0 0.08 268.21 0.78 0.62
Hex 9A 53 EA 22 41 0 8 10C 4E 3E
Octal 232 123 352 42 101 0 10 414 116 76
Binary 10011010 1010011 11101010 100010 1000001 0 1000 100001100 1001110 111110

Color Harmonies of #9A53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A53EA

Black with #9A53EA

Text Example


Text Example

White with #9A53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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