#9423B0

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

Shades of Dark Orchid #9423B0

Tints of Dark Orchid #9423B0

Color information

#9423B0 (or 0x9423B0) is unknown color: approx Dark Orchid. HEX triplet: 94, 23 and B0. RGB value is (148,35,176). Sum of RGB (Red+Green+Blue) = 148+35+176=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 176 - color contains mainly: blue. Hex color #9423B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9423B0 is #6BDC4F. Grayscale: #545454. Windows color (decimal): -7068752 or 11543444. OLE color: 11543444.

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

Color convert

RGB14835176-
CMYK0.160.8000.31
HSL288.09º66.82%41.37%-
HSV(B)288.09º80.11%69.02%-
XYZ20.6510.6342.04-
YUV84.86179.44173.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 176 (69.14% from 255) = 49.03%
R=41.23%
G=9.75%
B=49.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148351760.160.8000.31288.0966.8241.37
Hex9423B0105001F1204329
Octal224432602012003744010351
Binary10010100100011101100001000010100000111111001000001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9423B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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