Html Css Color HEX #9C7DF1 Medium Purple

📋 copy color: '#9C7DF1'

red 156 ◦ green 125 ◦ blue 241

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

Shades of Medium Purple #9C7DF1

Tints of Medium Purple #9C7DF1

RGB

 RED value IS 156 (61.33% from 255) = 29.89%

 GREEN value IS 125 (49.22% from 255) = 23.95%

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

R = 29.89%
G = 23.95%
B = 46.17%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C7DF1 (or 0x9C7DF1) is known color: Medium Purple. HEX triplet: 9C, 7D and F1. RGB value is (156,125,241). Sum of RGB (Red+Green+Blue) = 156+125+241=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C7DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7DF1 is #63820E. Grayscale: #939393. Windows color (decimal): -6521359 or 15826332. OLE color: 15826332.

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

Color convert

RGB 156 125 241 -
CMYK 0.35 0.48 0 0.05
HSL 256.03º 0.81% 0.72% -
HSV(B) 256.03º 0.48% 0.95% -
XYZ 36.92 28.09 86.69 -
YUV 147.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 156 125 241 0.35 0.48 0 0.05 256.03 0.81 0.72
Hex 9C 7D F1 23 30 0 5 100 51 48
Octal 234 175 361 43 60 0 5 400 121 110
Binary 10011100 1111101 11110001 100011 110000 0 101 100000000 1010001 1001000

Color Harmonies of #9C7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DF1

Black with #9C7DF1

Text Example


Text Example

White with #9C7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,125,241); }

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

background-color css

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

 a { background-color: rgb(156,125,241); }

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

border-color css

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

 span { border-color: rgb(156,125,241); }

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