#9421B0

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

Shades of Dark Orchid #9421B0

Tints of Dark Orchid #9421B0

Color information

#9421B0 (or 0x9421B0) is unknown color: approx Dark Orchid. HEX triplet: 94, 21 and B0. RGB value is (148,33,176). Sum of RGB (Red+Green+Blue) = 148+33+176=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #9421B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9421B0 is #6BDE4F. Grayscale: #535353. Windows color (decimal): -7069264 or 11542932. OLE color: 11542932.

HSL color Cylindrical-coordinate representation of color #9421B0: hue angle of 288.25º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9421B0 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14833176-
CMYK0.160.8100.31
HSL288.25º68.42%40.98%-
HSV(B)288.25º81.25%69.02%-
XYZ20.5910.5242.02-
YUV83.69180.1173.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 33 (13.28% from 255) = 9.24%
BLUE value IS 176 (69.14% from 255) = 49.30%
R=41.46%
G=9.24%
B=49.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148331760.160.8100.31288.2568.4240.98
Hex9421B0105101F1204429
Octal224412602012103744010451
Binary10010100100001101100001000010100010111111001000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9421B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9421B0; }

 p { color: rgb(148,33,176); }

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

<style>
 a { background-color: #9421B0; }

 a { background-color: rgb(148,33,176); }

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

<style>
 span { border-color: #9421B0; }

 span { border-color: rgb(148,33,176); }

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