#9D3BD4

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

Shades of Dark Orchid #9D3BD4

Tints of Dark Orchid #9D3BD4

Color information

#9D3BD4 (or 0x9D3BD4) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3B and D4. RGB value is (157,59,212). Sum of RGB (Red+Green+Blue) = 157+59+212=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 212 (83.20% from 255 or 49.53% from 428); Max value from RGB is 212 - color contains mainly: blue. Hex color #9D3BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BD4 is #62C42B. Grayscale: #696969. Windows color (decimal): -6472748 or 13908893. OLE color: 13908893.

HSL color Cylindrical-coordinate representation of color #9D3BD4: hue angle of 278.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3BD4 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15759212-
CMYK0.260.7200.17
HSL278.43º64.02%53.14%-
HSV(B)278.43º72.17%83.14%-
XYZ27.3515.0563.75-
YUV105.74187.97164.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 59 (23.44% from 255) = 13.79%
BLUE value IS 212 (83.20% from 255) = 49.53%
R=36.68%
G=13.79%
B=49.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal157592120.260.7200.17278.4364.0253.14
Hex9D3BD41A480111164035
Octal235733243211002142610065
Binary10011101111011110101001101010010000100011000101101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,59,212); }

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

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

 a { background-color: rgb(157,59,212); }

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

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

 span { border-color: rgb(157,59,212); }

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