#9B40D0

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

Shades of Dark Orchid #9B40D0

Tints of Dark Orchid #9B40D0

Color information

#9B40D0 (or 0x9B40D0) is unknown color: approx Dark Orchid. HEX triplet: 9B, 40 and D0. RGB value is (155,64,208). Sum of RGB (Red+Green+Blue) = 155+64+208=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B40D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40D0 is #64BF2F. Grayscale: #6B6B6B. Windows color (decimal): -6602544 or 13648027. OLE color: 13648027.

HSL color Cylindrical-coordinate representation of color #9B40D0: hue angle of 277.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B40D0 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15564208-
CMYK0.250.6900.18
HSL277.92º60.5%53.33%-
HSV(B)277.92º69.23%81.57%-
XYZ26.7415.1961.2-
YUV107.62184.65161.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=36.30%
G=14.99%
B=48.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155642080.250.6900.18277.9260.553.33
Hex9B40D019450121163d35
Octal233100320311050224267565
Binary10011011100000011010000110011000101010010100010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B40D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,208); }

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

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

 a { background-color: rgb(155,64,208); }

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

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

 span { border-color: rgb(155,64,208); }

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