#9424BD

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

Shades of Dark Orchid #9424BD

Tints of Dark Orchid #9424BD

Color information

#9424BD (or 0x9424BD) is unknown color: approx Dark Orchid. HEX triplet: 94, 24 and BD. RGB value is (148,36,189). Sum of RGB (Red+Green+Blue) = 148+36+189=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #9424BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9424BD is #6BDB42. Grayscale: #565656. Windows color (decimal): -7068483 or 12395668. OLE color: 12395668.

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

Color convert

RGB14836189-
CMYK0.220.8100.26
HSL283.92º68%44.12%-
HSV(B)283.92º80.95%74.12%-
XYZ22.0311.2349.15-
YUV86.93185.61171.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 36 (14.45% from 255) = 9.65%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=39.68%
G=9.65%
B=50.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148361890.220.8100.26283.926844.12
Hex9424BD165101A11c442c
Octal224442752612103243410454
Binary10010100100100101111011011010100010110101000111001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9424BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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