Html Css Color HEX #9F6CEC Medium Purple

📋 copy color: '#9F6CEC'

red 159 ◦ green 108 ◦ blue 236

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

Shades of Medium Purple #9F6CEC

Tints of Medium Purple #9F6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 31.61%
G = 21.47%
B = 46.92%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F6CEC (or 0x9F6CEC) is known color: Medium Purple. HEX triplet: 9F, 6C and EC. RGB value is (159,108,236). Sum of RGB (Red+Green+Blue) = 159+108+236=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F6CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6CEC is #609313. Grayscale: #898989. Windows color (decimal): -6329108 or 15494303. OLE color: 15494303.

HSL color Cylindrical-coordinate representation of color #9F6CEC: hue angle of 263.91º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F6CEC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 108 236 -
CMYK 0.33 0.54 0 0.07
HSL 263.91º 0.77% 0.67% -
HSV(B) 263.91º 0.54% 0.93% -
XYZ 34.8 24.15 82.18 -
YUV 137.84 183.4 143.09 -
System Red Green Blue C M Y K H S L
Decimal 159 108 236 0.33 0.54 0 0.07 263.91 0.77 0.67
Hex 9F 6C EC 21 36 0 7 108 4D 43
Octal 237 154 354 41 66 0 7 410 115 103
Binary 10011111 1101100 11101100 100001 110110 0 111 100001000 1001101 1000011

Color Harmonies of #9F6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6CEC

Black with #9F6CEC

Text Example


Text Example

White with #9F6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,236); }

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

background-color css

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

 a { background-color: rgb(159,108,236); }

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

border-color css

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

 span { border-color: rgb(159,108,236); }

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