Html Css Color HEX #9F6FEA Medium Purple

📋 copy color: '#9F6FEA'

red 159 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #9F6FEA

Tints of Medium Purple #9F6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 31.55%
G = 22.02%
B = 46.43%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F6FEA (or 0x9F6FEA) is known color: Medium Purple. HEX triplet: 9F, 6F and EA. RGB value is (159,111,234). Sum of RGB (Red+Green+Blue) = 159+111+234=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6FEA is #609015. Grayscale: #8A8A8A. Windows color (decimal): -6328342 or 15363999. OLE color: 15363999.

HSL color Cylindrical-coordinate representation of color #9F6FEA: hue angle of 263.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F6FEA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 111 234 -
CMYK 0.32 0.53 0 0.08
HSL 263.41º 0.75% 0.68% -
HSV(B) 263.41º 0.53% 0.92% -
XYZ 34.83 24.68 80.77 -
YUV 139.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 159 111 234 0.32 0.53 0 0.08 263.41 0.75 0.68
Hex 9F 6F EA 20 35 0 8 107 4B 44
Octal 237 157 352 40 65 0 10 407 113 104
Binary 10011111 1101111 11101010 100000 110101 0 1000 100000111 1001011 1000100

Color Harmonies of #9F6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6FEA

Black with #9F6FEA

Text Example


Text Example

White with #9F6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,111,234); }

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

background-color css

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

 a { background-color: rgb(159,111,234); }

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

border-color css

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

 span { border-color: rgb(159,111,234); }

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