#9D29BF

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

Shades of Dark Orchid #9D29BF

Tints of Dark Orchid #9D29BF

Color information

#9D29BF (or 0x9D29BF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 29 and BF. RGB value is (157,41,191). Sum of RGB (Red+Green+Blue) = 157+41+191=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D29BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D29BF is #62D640. Grayscale: #5C5C5C. Windows color (decimal): -6477377 or 12528029. OLE color: 12528029.

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

Color convert

RGB15741191-
CMYK0.180.7900.25
HSL286.4º64.66%45.49%-
HSV(B)286.4º78.53%74.9%-
XYZ24.112.5250.44-
YUV92.78183.43173.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 41 (16.41% from 255) = 10.54%
BLUE value IS 191 (75% from 255) = 49.10%
R=40.36%
G=10.54%
B=49.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157411910.180.7900.25286.464.6645.49
Hex9D29BF124F01911e412d
Octal235512772211703143610155
Binary10011101101001101111111001010011110110011000111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D29BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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