Html Css Color HEX #9A58F6 Medium Purple

📋 copy color: '#9A58F6'

red 154 ◦ green 88 ◦ blue 246

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

Shades of Medium Purple #9A58F6

Tints of Medium Purple #9A58F6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

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

R = 31.56%
G = 18.03%
B = 50.41%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9A58F6 (or 0x9A58F6) is known color: Medium Purple. HEX triplet: 9A, 58 and F6. RGB value is (154,88,246). Sum of RGB (Red+Green+Blue) = 154+88+246=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #9A58F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A58F6 is #65A709. Grayscale: #7D7D7D. Windows color (decimal): -6661898 or 16144538. OLE color: 16144538.

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

Color convert

RGB 154 88 246 -
CMYK 0.37 0.64 0 0.04
HSL 265.06º 0.9% 0.65% -
HSV(B) 265.06º 0.64% 0.96% -
XYZ 33.45 20.5 89.38 -
YUV 125.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 154 88 246 0.37 0.64 0 0.04 265.06 0.9 0.65
Hex 9A 58 F6 25 40 0 4 109 5A 41
Octal 232 130 366 45 100 0 4 411 132 101
Binary 10011010 1011000 11110110 100101 1000000 0 100 100001001 1011010 1000001

Color Harmonies of #9A58F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A58F6

Black with #9A58F6

Text Example


Text Example

White with #9A58F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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