Html Css Color HEX #9A50FA Medium Purple

📋 copy color: '#9A50FA'

red 154 ◦ green 80 ◦ blue 250

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

Shades of Medium Purple #9A50FA

Tints of Medium Purple #9A50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 31.82%
G = 16.53%
B = 51.65%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A50FA (or 0x9A50FA) is known color: Medium Purple. HEX triplet: 9A, 50 and FA. RGB value is (154,80,250). Sum of RGB (Red+Green+Blue) = 154+80+250=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A50FA is #65AF05. Grayscale: #787878. Windows color (decimal): -6663942 or 16404634. OLE color: 16404634.

HSL color Cylindrical-coordinate representation of color #9A50FA: hue angle of 266.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A50FA is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 80 250 -
CMYK 0.38 0.68 0 0.02
HSL 266.12º 0.94% 0.65% -
HSV(B) 266.12º 0.68% 0.98% -
XYZ 33.45 19.51 92.45 -
YUV 121.51 200.52 151.18 -
System Red Green Blue C M Y K H S L
Decimal 154 80 250 0.38 0.68 0 0.02 266.12 0.94 0.65
Hex 9A 50 FA 26 44 0 2 10A 5E 41
Octal 232 120 372 46 104 0 2 412 136 101
Binary 10011010 1010000 11111010 100110 1000100 0 10 100001010 1011110 1000001

Color Harmonies of #9A50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50FA

Black with #9A50FA

Text Example


Text Example

White with #9A50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,80,250); }

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

background-color css

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

 a { background-color: rgb(154,80,250); }

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

border-color css

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

 span { border-color: rgb(154,80,250); }

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