Html Css Color HEX #9C74DC Medium Purple

📋 copy color: '#9C74DC'

red 156 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #9C74DC

Tints of Medium Purple #9C74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.58%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 31.71%
G = 23.58%
B = 44.72%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C74DC (or 0x9C74DC) is known color: Medium Purple. HEX triplet: 9C, 74 and DC. RGB value is (156,116,220). Sum of RGB (Red+Green+Blue) = 156+116+220=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C74DC is #638B23. Grayscale: #8B8B8B. Windows color (decimal): -6523684 or 14447772. OLE color: 14447772.

HSL color Cylindrical-coordinate representation of color #9C74DC: hue angle of 263.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C74DC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 116 220 -
CMYK 0.29 0.47 0 0.14
HSL 263.08º 0.6% 0.66% -
HSV(B) 263.08º 0.47% 0.86% -
XYZ 32.87 24.73 70.75 -
YUV 139.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 156 116 220 0.29 0.47 0 0.14 263.08 0.6 0.66
Hex 9C 74 DC 1D 2F 0 E 107 3C 42
Octal 234 164 334 35 57 0 16 407 74 102
Binary 10011100 1110100 11011100 11101 101111 0 1110 100000111 111100 1000010

Color Harmonies of #9C74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C74DC

Black with #9C74DC

Text Example


Text Example

White with #9C74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,116,220); }

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

background-color css

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

 a { background-color: rgb(156,116,220); }

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

border-color css

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

 span { border-color: rgb(156,116,220); }

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