#9423B4

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

Shades of Dark Orchid #9423B4

Tints of Dark Orchid #9423B4

Color information

#9423B4 (or 0x9423B4) is unknown color: approx Dark Orchid. HEX triplet: 94, 23 and B4. RGB value is (148,35,180). Sum of RGB (Red+Green+Blue) = 148+35+180=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #9423B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9423B4 is #6BDC4B. Grayscale: #545454. Windows color (decimal): -7068748 or 11805588. OLE color: 11805588.

HSL color Cylindrical-coordinate representation of color #9423B4: hue angle of 286.76º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9423B4 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14835180-
CMYK0.180.8100.29
HSL286.76º67.44%42.16%-
HSV(B)286.76º80.56%70.59%-
XYZ21.0510.7944.15-
YUV85.32181.44172.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 35 (14.06% from 255) = 9.64%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=40.77%
G=9.64%
B=49.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148351800.180.8100.29286.7667.4442.16
Hex9423B4125101D11f432a
Octal224432642212103543710352
Binary10010100100011101101001001010100010111011000111111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9423B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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