Html Css Color HEX #9C49DC Dark Orchid

📋 copy color: '#9C49DC'

red 156 ◦ green 73 ◦ blue 220

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

Shades of Dark Orchid #9C49DC

Tints of Dark Orchid #9C49DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.26%

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

R = 34.74%
G = 16.26%
B = 49%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C49DC (or 0x9C49DC) is known color: Dark Orchid. HEX triplet: 9C, 49 and DC. RGB value is (156,73,220). Sum of RGB (Red+Green+Blue) = 156+73+220=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C49DC is #63B623. Grayscale: #727272. Windows color (decimal): -6534692 or 14436764. OLE color: 14436764.

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

Color convert

RGB 156 73 220 -
CMYK 0.29 0.67 0 0.14
HSL 273.88º 0.68% 0.57% -
HSV(B) 273.88º 0.67% 0.86% -
XYZ 29.01 17 69.46 -
YUV 114.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 156 73 220 0.29 0.67 0 0.14 273.88 0.68 0.57
Hex 9C 49 DC 1D 43 0 E 112 44 39
Octal 234 111 334 35 103 0 16 422 104 71
Binary 10011100 1001001 11011100 11101 1000011 0 1110 100010010 1000100 111001

Color Harmonies of #9C49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C49DC

Black with #9C49DC

Text Example


Text Example

White with #9C49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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