#9B45DB

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

Shades of Dark Orchid #9B45DB

Tints of Dark Orchid #9B45DB

Color information

#9B45DB (or 0x9B45DB) is unknown color: approx Dark Orchid. HEX triplet: 9B, 45 and DB. RGB value is (155,69,219). Sum of RGB (Red+Green+Blue) = 155+69+219=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B45DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B45DB is #64BA24. Grayscale: #6F6F6F. Windows color (decimal): -6601253 or 14370203. OLE color: 14370203.

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

Color convert

RGB15569219-
CMYK0.290.6800.14
HSL274.4º67.57%56.47%-
HSV(B)274.4º68.49%85.88%-
XYZ28.4316.3468.67-
YUV111.81188.49158.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 69 (27.34% from 255) = 15.58%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=34.99%
G=15.58%
B=49.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155692190.290.6800.14274.467.5756.47
Hex9B45DB1D440E1124438
Octal2331053333510401642210470
Binary10011011100010111011011111011000100011101000100101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B45DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,219); }

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

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

 a { background-color: rgb(155,69,219); }

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

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

 span { border-color: rgb(155,69,219); }

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