Html Css Color HEX #9F64F1 Medium Purple

📋 copy color: '#9F64F1'

red 159 ◦ green 100 ◦ blue 241

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

Shades of Medium Purple #9F64F1

Tints of Medium Purple #9F64F1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20%

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

R = 31.8%
G = 20%
B = 48.2%

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

#9F64F1 (or 0x9F64F1) is known color: Medium Purple. HEX triplet: 9F, 64 and F1. RGB value is (159,100,241). Sum of RGB (Red+Green+Blue) = 159+100+241=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F64F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F64F1 is #609B0E. Grayscale: #858585. Windows color (decimal): -6331151 or 15819935. OLE color: 15819935.

HSL color Cylindrical-coordinate representation of color #9F64F1: hue angle of 265.11º degrees, saturation: 0.83, 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 #9F64F1 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 100 241 -
CMYK 0.34 0.59 0 0.05
HSL 265.11º 0.83% 0.67% -
HSV(B) 265.11º 0.59% 0.95% -
XYZ 34.73 22.84 85.8 -
YUV 133.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 159 100 241 0.34 0.59 0 0.05 265.11 0.83 0.67
Hex 9F 64 F1 22 3B 0 5 109 53 43
Octal 237 144 361 42 73 0 5 411 123 103
Binary 10011111 1100100 11110001 100010 111011 0 101 100001001 1010011 1000011

Color Harmonies of #9F64F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F64F1

Black with #9F64F1

Text Example


Text Example

White with #9F64F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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