#9443DB

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

Shades of Dark Orchid #9443DB

Tints of Dark Orchid #9443DB

Color information

#9443DB (or 0x9443DB) is unknown color: approx Dark Orchid. HEX triplet: 94, 43 and DB. RGB value is (148,67,219). Sum of RGB (Red+Green+Blue) = 148+67+219=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #9443DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9443DB is #6BBC24. Grayscale: #6C6C6C. Windows color (decimal): -7060517 or 14369684. OLE color: 14369684.

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

Color convert

RGB14867219-
CMYK0.320.6900.14
HSL271.97º67.86%56.08%-
HSV(B)271.97º69.41%85.88%-
XYZ27.0115.4268.57-
YUV108.55190.34156.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 67 (26.56% from 255) = 15.44%
BLUE value IS 219 (85.94% from 255) = 50.46%
R=34.10%
G=15.44%
B=50.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal148672190.320.6900.14271.9767.8656.08
Hex9443DB20450E1104438
Octal2241033334010501642010470
Binary100101001000011110110111000001000101011101000100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9443DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9443DB; }

 p { color: rgb(148,67,219); }

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

<style>
 a { background-color: #9443DB; }

 a { background-color: rgb(148,67,219); }

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

<style>
 span { border-color: #9443DB; }

 span { border-color: rgb(148,67,219); }

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