Html Css Color HEX #9C48DF Dark Orchid

📋 copy color: '#9C48DF'

red 156 ◦ green 72 ◦ blue 223

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

Shades of Dark Orchid #9C48DF

Tints of Dark Orchid #9C48DF

RGB

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

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

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

R = 34.59%
G = 15.96%
B = 49.45%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C48DF (or 0x9C48DF) is known color: Dark Orchid. HEX triplet: 9C, 48 and DF. RGB value is (156,72,223). Sum of RGB (Red+Green+Blue) = 156+72+223=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48DF is #63B720. Grayscale: #717171. Windows color (decimal): -6534945 or 14633116. OLE color: 14633116.

HSL color Cylindrical-coordinate representation of color #9C48DF: hue angle of 273.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C48DF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 72 223 -
CMYK 0.30 0.68 0 0.13
HSL 273.38º 0.7% 0.58% -
HSV(B) 273.38º 0.68% 0.87% -
XYZ 29.35 17.03 71.55 -
YUV 114.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 156 72 223 0.30 0.68 0 0.13 273.38 0.7 0.58
Hex 9C 48 DF 1E 44 0 D 111 46 3A
Octal 234 110 337 36 104 0 15 421 106 72
Binary 10011100 1001000 11011111 11110 1000100 0 1101 100010001 1000110 111010

Color Harmonies of #9C48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48DF

Black with #9C48DF

Text Example


Text Example

White with #9C48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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