Html Css Color HEX #9C71DF Medium Purple

📋 copy color: '#9C71DF'

red 156 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #9C71DF

Tints of Medium Purple #9C71DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.97%

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 31.71%
G = 22.97%
B = 45.33%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C71DF (or 0x9C71DF) is known color: Medium Purple. HEX triplet: 9C, 71 and DF. RGB value is (156,113,223). Sum of RGB (Red+Green+Blue) = 156+113+223=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C71DF is #638E20. Grayscale: #8A8A8A. Windows color (decimal): -6524449 or 14643612. OLE color: 14643612.

HSL color Cylindrical-coordinate representation of color #9C71DF: hue angle of 263.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C71DF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 113 223 -
CMYK 0.30 0.49 0 0.13
HSL 263.45º 0.63% 0.66% -
HSV(B) 263.45º 0.49% 0.87% -
XYZ 32.93 24.21 72.75 -
YUV 138.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 156 113 223 0.30 0.49 0 0.13 263.45 0.63 0.66
Hex 9C 71 DF 1E 31 0 D 107 3F 42
Octal 234 161 337 36 61 0 15 407 77 102
Binary 10011100 1110001 11011111 11110 110001 0 1101 100000111 111111 1000010

Color Harmonies of #9C71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C71DF

Black with #9C71DF

Text Example


Text Example

White with #9C71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,223); }

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

background-color css

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

 a { background-color: rgb(156,113,223); }

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

border-color css

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

 span { border-color: rgb(156,113,223); }

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