Html Css Color HEX #9C48DB Dark Orchid

📋 copy color: '#9C48DB'

red 156 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #9C48DB

Tints of Dark Orchid #9C48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 34.9%
G = 16.11%
B = 48.99%

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

#9C48DB (or 0x9C48DB) is known color: Dark Orchid. HEX triplet: 9C, 48 and DB. RGB value is (156,72,219). Sum of RGB (Red+Green+Blue) = 156+72+219=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48DB is #63B724. Grayscale: #717171. Windows color (decimal): -6534949 or 14370972. OLE color: 14370972.

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

Color convert

RGB 156 72 219 -
CMYK 0.29 0.67 0 0.14
HSL 274.29º 0.67% 0.57% -
HSV(B) 274.29º 0.67% 0.86% -
XYZ 28.81 16.82 68.75 -
YUV 113.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 156 72 219 0.29 0.67 0 0.14 274.29 0.67 0.57
Hex 9C 48 DB 1D 43 0 E 112 43 39
Octal 234 110 333 35 103 0 16 422 103 71
Binary 10011100 1001000 11011011 11101 1000011 0 1110 100010010 1000011 111001

Color Harmonies of #9C48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48DB

Black with #9C48DB

Text Example


Text Example

White with #9C48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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