Html Css Color HEX #9F80F1 Medium Purple

📋 copy color: '#9F80F1'

red 159 ◦ green 128 ◦ blue 241

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

Shades of Medium Purple #9F80F1

Tints of Medium Purple #9F80F1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.24%

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

R = 30.11%
G = 24.24%
B = 45.64%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F80F1 (or 0x9F80F1) is known color: Medium Purple. HEX triplet: 9F, 80 and F1. RGB value is (159,128,241). Sum of RGB (Red+Green+Blue) = 159+128+241=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F80F1 is #607F0E. Grayscale: #959595. Windows color (decimal): -6323983 or 15827103. OLE color: 15827103.

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

Color convert

RGB 159 128 241 -
CMYK 0.34 0.47 0 0.05
HSL 256.46º 0.8% 0.72% -
HSV(B) 256.46º 0.47% 0.95% -
XYZ 37.89 29.16 86.85 -
YUV 150.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 159 128 241 0.34 0.47 0 0.05 256.46 0.8 0.72
Hex 9F 80 F1 22 2F 0 5 100 50 48
Octal 237 200 361 42 57 0 5 400 120 110
Binary 10011111 10000000 11110001 100010 101111 0 101 100000000 1010000 1001000

Color Harmonies of #9F80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F80F1

Black with #9F80F1

Text Example


Text Example

White with #9F80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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