Html Css Color HEX #9F63F1 Medium Purple

📋 copy color: '#9F63F1'

red 159 ◦ green 99 ◦ blue 241

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

Shades of Medium Purple #9F63F1

Tints of Medium Purple #9F63F1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.84%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 31.86%
G = 19.84%
B = 48.3%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F63F1 (or 0x9F63F1) is known color: Medium Purple. HEX triplet: 9F, 63 and F1. RGB value is (159,99,241). Sum of RGB (Red+Green+Blue) = 159+99+241=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F63F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F63F1 is #609C0E. Grayscale: #848484. Windows color (decimal): -6331407 or 15819679. OLE color: 15819679.

HSL color Cylindrical-coordinate representation of color #9F63F1: hue angle of 265.35º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F63F1 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 99 241 -
CMYK 0.34 0.59 0 0.05
HSL 265.35º 0.84% 0.67% -
HSV(B) 265.35º 0.59% 0.95% -
XYZ 34.64 22.65 85.76 -
YUV 133.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 159 99 241 0.34 0.59 0 0.05 265.35 0.84 0.67
Hex 9F 63 F1 22 3B 0 5 109 54 43
Octal 237 143 361 42 73 0 5 411 124 103
Binary 10011111 1100011 11110001 100010 111011 0 101 100001001 1010100 1000011

Color Harmonies of #9F63F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F63F1

Black with #9F63F1

Text Example


Text Example

White with #9F63F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,241); }

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

background-color css

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

 a { background-color: rgb(159,99,241); }

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

border-color css

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

 span { border-color: rgb(159,99,241); }

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