#9429B0

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

Shades of Dark Orchid #9429B0

Tints of Dark Orchid #9429B0

Color information

#9429B0 (or 0x9429B0) is unknown color: approx Dark Orchid. HEX triplet: 94, 29 and B0. RGB value is (148,41,176). Sum of RGB (Red+Green+Blue) = 148+41+176=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #9429B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429B0 is #6BD64F. Grayscale: #575757. Windows color (decimal): -7067216 or 11544980. OLE color: 11544980.

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

Color convert

RGB14841176-
CMYK0.160.7700.31
HSL287.56º62.21%42.55%-
HSV(B)287.56º76.7%69.02%-
XYZ20.8411.0242.1-
YUV88.38177.45170.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 176 (69.14% from 255) = 48.22%
R=40.55%
G=11.23%
B=48.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148411760.160.7700.31287.5662.2142.55
Hex9429B0104D01F1203e2b
Octal22451260201150374407653
Binary1001010010100110110000100001001101011111100100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9429B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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