#9B40DC

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

Shades of Dark Orchid #9B40DC

Tints of Dark Orchid #9B40DC

Color information

#9B40DC (or 0x9B40DC) is unknown color: approx Dark Orchid. HEX triplet: 9B, 40 and DC. RGB value is (155,64,220). Sum of RGB (Red+Green+Blue) = 155+64+220=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40DC is #64BF23. Grayscale: #6C6C6C. Windows color (decimal): -6602532 or 14434459. OLE color: 14434459.

HSL color Cylindrical-coordinate representation of color #9B40DC: hue angle of 275º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B40DC is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15564220-
CMYK0.300.7100.14
HSL275º69.03%55.69%-
HSV(B)275º70.91%86.27%-
XYZ28.2715.869.27-
YUV108.99190.65160.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 64 (25.39% from 255) = 14.58%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=35.31%
G=14.58%
B=50.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155642200.300.7100.1427569.0355.69
Hex9B40DC1E470E1134538
Octal2331003343610701642310570
Binary10011011100000011011100111101000111011101000100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B40DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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