Html Css Color HEX #9C48DC Dark Orchid

📋 copy color: '#9C48DC'

red 156 ◦ green 72 ◦ blue 220

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

Shades of Dark Orchid #9C48DC

Tints of Dark Orchid #9C48DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.07%

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

R = 34.82%
G = 16.07%
B = 49.11%

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

#9C48DC (or 0x9C48DC) is known color: Dark Orchid. HEX triplet: 9C, 48 and DC. RGB value is (156,72,220). Sum of RGB (Red+Green+Blue) = 156+72+220=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C48DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48DC is #63B723. Grayscale: #717171. Windows color (decimal): -6534948 or 14436508. OLE color: 14436508.

HSL color Cylindrical-coordinate representation of color #9C48DC: hue angle of 274.05º 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 #9C48DC is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 72 220 -
CMYK 0.29 0.67 0 0.14
HSL 274.05º 0.68% 0.57% -
HSV(B) 274.05º 0.67% 0.86% -
XYZ 28.95 16.87 69.44 -
YUV 113.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 156 72 220 0.29 0.67 0 0.14 274.05 0.68 0.57
Hex 9C 48 DC 1D 43 0 E 112 44 39
Octal 234 110 334 35 103 0 16 422 104 71
Binary 10011100 1001000 11011100 11101 1000011 0 1110 100010010 1000100 111001

Color Harmonies of #9C48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48DC

Black with #9C48DC

Text Example


Text Example

White with #9C48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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