Html Css Color HEX #9F58FC Medium Purple

📋 copy color: '#9F58FC'

red 159 ◦ green 88 ◦ blue 252

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

Shades of Medium Purple #9F58FC

Tints of Medium Purple #9F58FC

RGB

 RED value IS 159 (62.5% from 255) = 31.86%

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 31.86%
G = 17.64%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9F58FC (or 0x9F58FC) is known color: Medium Purple. HEX triplet: 9F, 58 and FC. RGB value is (159,88,252). Sum of RGB (Red+Green+Blue) = 159+88+252=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F58FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F58FC is #60A703. Grayscale: #7F7F7F. Windows color (decimal): -6334212 or 16537759. OLE color: 16537759.

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

Color convert

RGB 159 88 252 -
CMYK 0.37 0.65 0 0.01
HSL 265.98º 0.96% 0.67% -
HSV(B) 265.98º 0.65% 0.99% -
XYZ 35.36 21.38 94.36 -
YUV 127.93 198.02 150.16 -
System Red Green Blue C M Y K H S L
Decimal 159 88 252 0.37 0.65 0 0.01 265.98 0.96 0.67
Hex 9F 58 FC 25 41 0 1 10A 60 43
Octal 237 130 374 45 101 0 1 412 140 103
Binary 10011111 1011000 11111100 100101 1000001 0 1 100001010 1100000 1000011

Color Harmonies of #9F58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58FC

Black with #9F58FC

Text Example


Text Example

White with #9F58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,252); }

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

background-color css

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

 a { background-color: rgb(159,88,252); }

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

border-color css

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

 span { border-color: rgb(159,88,252); }

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