#9D34BB

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

Shades of Dark Orchid #9D34BB

Tints of Dark Orchid #9D34BB

Color information

#9D34BB (or 0x9D34BB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 34 and BB. RGB value is (157,52,187). Sum of RGB (Red+Green+Blue) = 157+52+187=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34BB is #62CB44. Grayscale: #626262. Windows color (decimal): -6474565 or 12268701. OLE color: 12268701.

HSL color Cylindrical-coordinate representation of color #9D34BB: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D34BB is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15752187-
CMYK0.160.7200.27
HSL286.67º56.49%46.86%-
HSV(B)286.67º72.19%73.33%-
XYZ24.113.2148.29-
YUV98.78177.79169.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 52 (20.70% from 255) = 13.13%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=39.65%
G=13.13%
B=47.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157521870.160.7200.27286.6756.4946.86
Hex9D34BB104801B11f382f
Octal23564273201100334377057
Binary1001110111010010111011100001001000011011100011111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D34BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,52,187); }

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

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

 a { background-color: rgb(157,52,187); }

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

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

 span { border-color: rgb(157,52,187); }

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