#9420BD

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

Shades of Dark Orchid #9420BD

Tints of Dark Orchid #9420BD

Color information

#9420BD (or 0x9420BD) is unknown color: approx Dark Orchid. HEX triplet: 94, 20 and BD. RGB value is (148,32,189). Sum of RGB (Red+Green+Blue) = 148+32+189=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #9420BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9420BD is #6BDF42. Grayscale: #545454. Windows color (decimal): -7069507 or 12394644. OLE color: 12394644.

HSL color Cylindrical-coordinate representation of color #9420BD: hue angle of 284.33º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9420BD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14832189-
CMYK0.220.8300.26
HSL284.33º71.04%43.33%-
HSV(B)284.33º83.07%74.12%-
XYZ21.911149.11-
YUV84.58186.93173.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 32 (12.89% from 255) = 8.67%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=40.11%
G=8.67%
B=51.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148321890.220.8300.26284.3371.0443.33
Hex9420BD165301A11c472b
Octal224402752612303243410753
Binary10010100100000101111011011010100110110101000111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9420BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9420BD; }

 p { color: rgb(148,32,189); }

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

<style>
 a { background-color: #9420BD; }

 a { background-color: rgb(148,32,189); }

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

<style>
 span { border-color: #9420BD; }

 span { border-color: rgb(148,32,189); }

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