#9C3DBE

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

Shades of Dark Orchid #9C3DBE

Tints of Dark Orchid #9C3DBE

Color information

#9C3DBE (or 0x9C3DBE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3D and BE. RGB value is (156,61,190). Sum of RGB (Red+Green+Blue) = 156+61+190=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3DBE is #63C241. Grayscale: #676767. Windows color (decimal): -6537794 or 12467612. OLE color: 12467612.

HSL color Cylindrical-coordinate representation of color #9C3DBE: hue angle of 284.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3DBE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15661190-
CMYK0.180.6800.25
HSL284.19º51.39%49.22%-
HSV(B)284.19º67.89%74.51%-
XYZ24.6714.1250.14-
YUV104.11176.47165.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.33%
GREEN value IS 61 (24.22% from 255) = 14.99%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=38.33%
G=14.99%
B=46.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156611900.180.6800.25284.1951.3949.22
Hex9C3DBE124401911c3331
Octal23475276221040314346361
Binary1001110011110110111110100101000100011001100011100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,190); }

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

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

 a { background-color: rgb(156,61,190); }

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

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

 span { border-color: rgb(156,61,190); }

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