Html Css Color HEX #9F63F6 Medium Purple

📋 copy color: '#9F63F6'

red 159 ◦ green 99 ◦ blue 246

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

Shades of Medium Purple #9F63F6

Tints of Medium Purple #9F63F6

RGB

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

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

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

R = 31.55%
G = 19.64%
B = 48.81%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F63F6 (or 0x9F63F6) is known color: Medium Purple. HEX triplet: 9F, 63 and F6. RGB value is (159,99,246). Sum of RGB (Red+Green+Blue) = 159+99+246=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F63F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F63F6 is #609C09. Grayscale: #858585. Windows color (decimal): -6331402 or 16147359. OLE color: 16147359.

HSL color Cylindrical-coordinate representation of color #9F63F6: hue angle of 264.49º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F63F6 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 99 246 -
CMYK 0.35 0.60 0 0.04
HSL 264.49º 0.89% 0.68% -
HSV(B) 264.49º 0.6% 0.96% -
XYZ 35.39 22.95 89.75 -
YUV 133.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 159 99 246 0.35 0.60 0 0.04 264.49 0.89 0.68
Hex 9F 63 F6 23 3C 0 4 108 59 44
Octal 237 143 366 43 74 0 4 410 131 104
Binary 10011111 1100011 11110110 100011 111100 0 100 100001000 1011001 1000100

Color Harmonies of #9F63F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F63F6

Black with #9F63F6

Text Example


Text Example

White with #9F63F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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