Html Css Color HEX #9C70DF Medium Purple

📋 copy color: '#9C70DF'

red 156 ◦ green 112 ◦ blue 223

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

Shades of Medium Purple #9C70DF

Tints of Medium Purple #9C70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.81%

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

R = 31.77%
G = 22.81%
B = 45.42%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C70DF (or 0x9C70DF) is known color: Medium Purple. HEX triplet: 9C, 70 and DF. RGB value is (156,112,223). Sum of RGB (Red+Green+Blue) = 156+112+223=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C70DF is #638F20. Grayscale: #898989. Windows color (decimal): -6524705 or 14643356. OLE color: 14643356.

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

Color convert

RGB 156 112 223 -
CMYK 0.30 0.50 0 0.13
HSL 263.78º 0.63% 0.66% -
HSV(B) 263.78º 0.5% 0.87% -
XYZ 32.82 23.98 72.71 -
YUV 137.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 156 112 223 0.30 0.50 0 0.13 263.78 0.63 0.66
Hex 9C 70 DF 1E 32 0 D 108 3F 42
Octal 234 160 337 36 62 0 15 410 77 102
Binary 10011100 1110000 11011111 11110 110010 0 1101 100001000 111111 1000010

Color Harmonies of #9C70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70DF

Black with #9C70DF

Text Example


Text Example

White with #9C70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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