#9D2BBF

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

Shades of Dark Orchid #9D2BBF

Tints of Dark Orchid #9D2BBF

Color information

#9D2BBF (or 0x9D2BBF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2B and BF. RGB value is (157,43,191). Sum of RGB (Red+Green+Blue) = 157+43+191=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BBF is #62D440. Grayscale: #5D5D5D. Windows color (decimal): -6476865 or 12528541. OLE color: 12528541.

HSL color Cylindrical-coordinate representation of color #9D2BBF: hue angle of 286.22º 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 #9D2BBF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15743191-
CMYK0.180.7700.25
HSL286.22º63.25%45.88%-
HSV(B)286.22º77.49%74.9%-
XYZ24.1712.6650.46-
YUV93.96182.77172.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 191 (75% from 255) = 48.85%
R=40.15%
G=11.00%
B=48.85%

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
Decimal157431910.180.7700.25286.2263.2545.88
Hex9D2BBF124D01911e3f2e
Octal23553277221150314367756
Binary1001110110101110111111100101001101011001100011110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,191); }

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

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

 a { background-color: rgb(157,43,191); }

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

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

 span { border-color: rgb(157,43,191); }

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