Html Css Color HEX #9C3ACE Dark Orchid

📋 copy color: '#9C3ACE'

red 156 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #9C3ACE

Tints of Dark Orchid #9C3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 37.14%
G = 13.81%
B = 49.05%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9C3ACE (or 0x9C3ACE) is known color: Dark Orchid. HEX triplet: 9C, 3A and CE. RGB value is (156,58,206). Sum of RGB (Red+Green+Blue) = 156+58+206=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ACE is #63C531. Grayscale: #676767. Windows color (decimal): -6538546 or 13515420. OLE color: 13515420.

HSL color Cylindrical-coordinate representation of color #9C3ACE: hue angle of 279.73º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3ACE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 156 58 206 -
CMYK 0.24 0.72 0 0.19
HSL 279.73º 0.6% 0.52% -
HSV(B) 279.73º 0.72% 0.81% -
XYZ 26.36 14.55 59.81 -
YUV 104.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 156 58 206 0.24 0.72 0 0.19 279.73 0.6 0.52
Hex 9C 3A CE 18 48 0 13 118 3C 34
Octal 234 72 316 30 110 0 23 430 74 64
Binary 10011100 111010 11001110 11000 1001000 0 10011 100011000 111100 110100

Color Harmonies of #9C3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3ACE

Black with #9C3ACE

Text Example


Text Example

White with #9C3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,206); }

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

background-color css

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

 a { background-color: rgb(156,58,206); }

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

border-color css

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

 span { border-color: rgb(156,58,206); }

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