#9C3EBB

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

Shades of Dark Orchid #9C3EBB

Tints of Dark Orchid #9C3EBB

Color information

#9C3EBB (or 0x9C3EBB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3E and BB. RGB value is (156,62,187). Sum of RGB (Red+Green+Blue) = 156+62+187=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3EBB is #63C144. Grayscale: #676767. Windows color (decimal): -6537541 or 12271260. OLE color: 12271260.

HSL color Cylindrical-coordinate representation of color #9C3EBB: hue angle of 285.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3EBB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15662187-
CMYK0.170.6700.27
HSL285.12º50.2%48.82%-
HSV(B)285.12º66.84%73.33%-
XYZ24.414.148.45-
YUV104.36174.64164.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 62 (24.61% from 255) = 15.31%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=38.52%
G=15.31%
B=46.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156621870.170.6700.27285.1250.248.82
Hex9C3EBB114301B11d3231
Octal23476273211030334356261
Binary1001110011111010111011100011000011011011100011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,187); }

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

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

 a { background-color: rgb(156,62,187); }

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

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

 span { border-color: rgb(156,62,187); }

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