#9419b5

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

Shades of Dark Orchid #9419B5

Tints of Dark Orchid #9419B5

Color information

#9419B5 (or 0x9419B5) is unknown color: approx Dark Orchid. HEX triplet: 94, 19 and B5. RGB value is (148,25,181). Sum of RGB (Red+Green+Blue) = 148+25+181=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #9419B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419B5 is #6BE64A. Grayscale: #4F4F4F. Windows color (decimal): -7071307 or 11868564. OLE color: 11868564.

HSL color Cylindrical-coordinate representation of color #9419B5: hue angle of 287.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9419B5 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14825181-
CMYK0.180.8600.29
HSL287.31º75.73%40.39%-
HSV(B)287.31º86.19%70.98%-
XYZ20.910.3344.61-
YUV79.56185.25176.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 25 (10.16% from 255) = 7.06%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=41.81%
G=7.06%
B=51.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148251810.180.8600.29287.3175.7340.39
Hex9419B5125601D11f4c28
Octal224312652212603543711450
Binary1001010011001101101011001010101100111011000111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9419b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9419b5; }

 p { color: rgb(148,25,181); }

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

<style>
 a { background-color: #9419b5; }

 a { background-color: rgb(148,25,181); }

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

<style>
 span { border-color: #9419b5; }

 span { border-color: rgb(148,25,181); }

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