#9C3FC1

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

Shades of Dark Orchid #9C3FC1

Tints of Dark Orchid #9C3FC1

Color information

#9C3FC1 (or 0x9C3FC1) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3F and C1. RGB value is (156,63,193). Sum of RGB (Red+Green+Blue) = 156+63+193=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C3FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3FC1 is #63C03E. Grayscale: #696969. Windows color (decimal): -6537279 or 12664732. OLE color: 12664732.

HSL color Cylindrical-coordinate representation of color #9C3FC1: hue angle of 282.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3FC1 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15663193-
CMYK0.190.6700.24
HSL282.92º51.18%50.2%-
HSV(B)282.92º67.36%75.69%-
XYZ25.1114.4751.92-
YUV105.63177.31163.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 63 (25% from 255) = 15.29%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=37.86%
G=15.29%
B=46.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156631930.190.6700.24282.9251.1850.2
Hex9C3FC1134301811b3332
Octal23477301231030304336362
Binary1001110011111111000001100111000011011000100011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,193); }

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

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

 a { background-color: rgb(156,63,193); }

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

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

 span { border-color: rgb(156,63,193); }

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