#9C3CCA

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

Shades of Dark Orchid #9C3CCA

Tints of Dark Orchid #9C3CCA

Color information

#9C3CCA (or 0x9C3CCA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 3C and CA. RGB value is (156,60,202). Sum of RGB (Red+Green+Blue) = 156+60+202=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C3CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CCA is #63C335. Grayscale: #686868. Windows color (decimal): -6538038 or 13253788. OLE color: 13253788.

HSL color Cylindrical-coordinate representation of color #9C3CCA: hue angle of 280.56º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C3CCA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15660202-
CMYK0.230.7000.21
HSL280.56º57.26%51.37%-
HSV(B)280.56º70.3%79.22%-
XYZ25.9914.5657.32-
YUV104.89182.8164.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 60 (23.83% from 255) = 14.35%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=37.32%
G=14.35%
B=48.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156602020.230.7000.21280.5657.2651.37
Hex9C3CCA17460151193933
Octal23474312271060254317163
Binary1001110011110011001010101111000110010101100011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,60,202); }

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

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

 a { background-color: rgb(156,60,202); }

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

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

 span { border-color: rgb(156,60,202); }

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