#9C21BF

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

Shades of Dark Orchid #9C21BF

Tints of Dark Orchid #9C21BF

Color information

#9C21BF (or 0x9C21BF) is unknown color: approx Dark Orchid. HEX triplet: 9C, 21 and BF. RGB value is (156,33,191). Sum of RGB (Red+Green+Blue) = 156+33+191=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C21BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C21BF is #63DE40. Grayscale: #575757. Windows color (decimal): -6544961 or 12525980. OLE color: 12525980.

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

Color convert

RGB15633191-
CMYK0.180.8300.25
HSL286.71º70.54%43.92%-
HSV(B)286.71º82.72%74.9%-
XYZ23.6611.9250.34-
YUV87.79186.25176.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 191 (75% from 255) = 50.26%
R=41.05%
G=8.68%
B=50.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156331910.180.8300.25286.7170.5443.92
Hex9C21BF125301911f472c
Octal234412772212303143710754
Binary10011100100001101111111001010100110110011000111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C21BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,191); }

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

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

 a { background-color: rgb(156,33,191); }

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

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

 span { border-color: rgb(156,33,191); }

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