#9C3AC8

Color #9C3AC8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9C3AC8

Tints of Dark Orchid #9C3AC8

Color information

#9C3AC8 (or 0x9C3AC8) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3A and C8. RGB value is (156,58,200). Sum of RGB (Red+Green+Blue) = 156+58+200=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C3AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3AC8 is #63C537. Grayscale: #676767. Windows color (decimal): -6538552 or 13122204. OLE color: 13122204.

HSL color Cylindrical-coordinate representation of color #9C3AC8: hue angle of 281.41º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C3AC8 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15658200-
CMYK0.220.7100.22
HSL281.41º56.35%50.59%-
HSV(B)281.41º71%78.43%-
XYZ25.6514.2656.05-
YUV103.49182.47165.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 58 (23.05% from 255) = 14.01%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=37.68%
G=14.01%
B=48.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156582000.220.7100.22281.4156.3550.59
Hex9C3AC816470161193833
Octal23472310261070264317063
Binary1001110011101011001000101101000111010110100011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C3AC8;
 }
 .AnyTagClassName
 {
   color: #9C3AC8;
 }
</style>
background-color css

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

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

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

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

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

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