Html Css Color HEX #9F63FB Medium Purple

📋 copy color: '#9F63FB'

red 159 ◦ green 99 ◦ blue 251

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

Shades of Medium Purple #9F63FB

Tints of Medium Purple #9F63FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 31.24%
G = 19.45%
B = 49.31%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F63FB (or 0x9F63FB) is known color: Medium Purple. HEX triplet: 9F, 63 and FB. RGB value is (159,99,251). Sum of RGB (Red+Green+Blue) = 159+99+251=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F63FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F63FB is #609C04. Grayscale: #858585. Windows color (decimal): -6331397 or 16475039. OLE color: 16475039.

HSL color Cylindrical-coordinate representation of color #9F63FB: hue angle of 263.68º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F63FB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 99 251 -
CMYK 0.37 0.61 0 0.02
HSL 263.68º 0.95% 0.69% -
HSV(B) 263.68º 0.61% 0.98% -
XYZ 36.17 23.26 93.85 -
YUV 134.27 193.88 145.64 -
System Red Green Blue C M Y K H S L
Decimal 159 99 251 0.37 0.61 0 0.02 263.68 0.95 0.69
Hex 9F 63 FB 25 3D 0 2 108 5F 45
Octal 237 143 373 45 75 0 2 410 137 105
Binary 10011111 1100011 11111011 100101 111101 0 10 100001000 1011111 1000101

Color Harmonies of #9F63FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F63FB

Black with #9F63FB

Text Example


Text Example

White with #9F63FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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