Html Css Color HEX #9F6BF6 Medium Purple

📋 copy color: '#9F6BF6'

red 159 ◦ green 107 ◦ blue 246

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

Shades of Medium Purple #9F6BF6

Tints of Medium Purple #9F6BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 31.05%
G = 20.9%
B = 48.05%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F6BF6 (or 0x9F6BF6) is known color: Medium Purple. HEX triplet: 9F, 6B and F6. RGB value is (159,107,246). Sum of RGB (Red+Green+Blue) = 159+107+246=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #9F6BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BF6 is #609409. Grayscale: #898989. Windows color (decimal): -6329354 or 16149407. OLE color: 16149407.

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

Color convert

RGB 159 107 246 -
CMYK 0.35 0.57 0 0.04
HSL 262.45º 0.89% 0.69% -
HSV(B) 262.45º 0.57% 0.96% -
XYZ 36.19 24.54 90.02 -
YUV 138.39 188.73 142.7 -
System Red Green Blue C M Y K H S L
Decimal 159 107 246 0.35 0.57 0 0.04 262.45 0.89 0.69
Hex 9F 6B F6 23 39 0 4 106 59 45
Octal 237 153 366 43 71 0 4 406 131 105
Binary 10011111 1101011 11110110 100011 111001 0 100 100000110 1011001 1000101

Color Harmonies of #9F6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BF6

Black with #9F6BF6

Text Example


Text Example

White with #9F6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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