Html Css Color HEX #9A4FF6 Medium Purple

📋 copy color: '#9A4FF6'

red 154 ◦ green 79 ◦ blue 246

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

Shades of Medium Purple #9A4FF6

Tints of Medium Purple #9A4FF6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.49%

 BLUE value IS 246 (96.48% from 255) = 51.36%

R = 32.15%
G = 16.49%
B = 51.36%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9A4FF6 (or 0x9A4FF6) is known color: Medium Purple. HEX triplet: 9A, 4F and F6. RGB value is (154,79,246). Sum of RGB (Red+Green+Blue) = 154+79+246=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #9A4FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A4FF6 is #65B009. Grayscale: #777777. Windows color (decimal): -6664202 or 16142234. OLE color: 16142234.

HSL color Cylindrical-coordinate representation of color #9A4FF6: hue angle of 266.95º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A4FF6 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 79 246 -
CMYK 0.37 0.68 0 0.04
HSL 266.95º 0.9% 0.64% -
HSV(B) 266.95º 0.68% 0.96% -
XYZ 32.76 19.12 89.15 -
YUV 120.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 154 79 246 0.37 0.68 0 0.04 266.95 0.9 0.64
Hex 9A 4F F6 25 44 0 4 10B 5A 40
Octal 232 117 366 45 104 0 4 413 132 100
Binary 10011010 1001111 11110110 100101 1000100 0 100 100001011 1011010 1000000

Color Harmonies of #9A4FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4FF6

Black with #9A4FF6

Text Example


Text Example

White with #9A4FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,79,246); }

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

background-color css

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

 a { background-color: rgb(154,79,246); }

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

border-color css

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

 span { border-color: rgb(154,79,246); }

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