Html Css Color HEX #9F5FFA Medium Purple

📋 copy color: '#9F5FFA'

red 159 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #9F5FFA

Tints of Medium Purple #9F5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.85%

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

R = 31.55%
G = 18.85%
B = 49.6%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F5FFA (or 0x9F5FFA) is known color: Medium Purple. HEX triplet: 9F, 5F and FA. RGB value is (159,95,250). Sum of RGB (Red+Green+Blue) = 159+95+250=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F5FFA is #60A005. Grayscale: #838383. Windows color (decimal): -6332422 or 16408479. OLE color: 16408479.

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

Color convert

RGB 159 95 250 -
CMYK 0.36 0.62 0 0.02
HSL 264.77º 0.94% 0.68% -
HSV(B) 264.77º 0.62% 0.98% -
XYZ 35.65 22.46 92.9 -
YUV 131.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 159 95 250 0.36 0.62 0 0.02 264.77 0.94 0.68
Hex 9F 5F FA 24 3E 0 2 109 5E 44
Octal 237 137 372 44 76 0 2 411 136 104
Binary 10011111 1011111 11111010 100100 111110 0 10 100001001 1011110 1000100

Color Harmonies of #9F5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5FFA

Black with #9F5FFA

Text Example


Text Example

White with #9F5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,95,250); }

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

background-color css

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

 a { background-color: rgb(159,95,250); }

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

border-color css

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

 span { border-color: rgb(159,95,250); }

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