Html Css Color HEX #9F67F1 Medium Purple

📋 copy color: '#9F67F1'

red 159 ◦ green 103 ◦ blue 241

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

Shades of Medium Purple #9F67F1

Tints of Medium Purple #9F67F1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.48%

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

R = 31.61%
G = 20.48%
B = 47.91%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F67F1 (or 0x9F67F1) is known color: Medium Purple. HEX triplet: 9F, 67 and F1. RGB value is (159,103,241). Sum of RGB (Red+Green+Blue) = 159+103+241=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F67F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67F1 is #60980E. Grayscale: #868686. Windows color (decimal): -6330383 or 15820703. OLE color: 15820703.

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

Color convert

RGB 159 103 241 -
CMYK 0.34 0.57 0 0.05
HSL 264.35º 0.83% 0.67% -
HSV(B) 264.35º 0.57% 0.95% -
XYZ 35.03 23.42 85.89 -
YUV 135.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 159 103 241 0.34 0.57 0 0.05 264.35 0.83 0.67
Hex 9F 67 F1 22 39 0 5 108 53 43
Octal 237 147 361 42 71 0 5 410 123 103
Binary 10011111 1100111 11110001 100010 111001 0 101 100001000 1010011 1000011

Color Harmonies of #9F67F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F67F1

Black with #9F67F1

Text Example


Text Example

White with #9F67F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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