Html Css Color HEX #9A51EC Medium Purple

📋 copy color: '#9A51EC'

red 154 ◦ green 81 ◦ blue 236

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

Shades of Medium Purple #9A51EC

Tints of Medium Purple #9A51EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 32.7%
G = 17.2%
B = 50.11%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A51EC (or 0x9A51EC) is known color: Medium Purple. HEX triplet: 9A, 51 and EC. RGB value is (154,81,236). Sum of RGB (Red+Green+Blue) = 154+81+236=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A51EC is #65AE13. Grayscale: #777777. Windows color (decimal): -6663700 or 15487386. OLE color: 15487386.

HSL color Cylindrical-coordinate representation of color #9A51EC: hue angle of 268.26º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A51EC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 81 236 -
CMYK 0.35 0.66 0 0.07
HSL 268.26º 0.8% 0.62% -
HSV(B) 268.26º 0.66% 0.93% -
XYZ 31.41 18.81 81.33 -
YUV 120.5 193.18 151.9 -
System Red Green Blue C M Y K H S L
Decimal 154 81 236 0.35 0.66 0 0.07 268.26 0.8 0.62
Hex 9A 51 EC 23 42 0 7 10C 50 3E
Octal 232 121 354 43 102 0 7 414 120 76
Binary 10011010 1010001 11101100 100011 1000010 0 111 100001100 1010000 111110

Color Harmonies of #9A51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51EC

Black with #9A51EC

Text Example


Text Example

White with #9A51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,81,236); }

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

background-color css

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

 a { background-color: rgb(154,81,236); }

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

border-color css

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

 span { border-color: rgb(154,81,236); }

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