#9C2BBE

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

Shades of Dark Orchid #9C2BBE

Tints of Dark Orchid #9C2BBE

Color information

#9C2BBE (or 0x9C2BBE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2B and BE. RGB value is (156,43,190). Sum of RGB (Red+Green+Blue) = 156+43+190=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2BBE is #63D441. Grayscale: #5D5D5D. Windows color (decimal): -6542402 or 12463004. OLE color: 12463004.

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

Color convert

RGB15643190-
CMYK0.180.7700.25
HSL286.12º63.09%45.69%-
HSV(B)286.12º77.37%74.51%-
XYZ23.8712.5149.87-
YUV93.54182.44172.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 43 (17.19% from 255) = 11.05%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=40.10%
G=11.05%
B=48.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156431900.180.7700.25286.1263.0945.69
Hex9C2BBE124D01911e3f2e
Octal23453276221150314367756
Binary1001110010101110111110100101001101011001100011110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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