#9417B4

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

Shades of Dark Orchid #9417B4

Tints of Dark Orchid #9417B4

Color information

#9417B4 (or 0x9417B4) is unknown color: approx Dark Orchid. HEX triplet: 94, 17 and B4. RGB value is (148,23,180). Sum of RGB (Red+Green+Blue) = 148+23+180=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #9417B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9417B4 is #6BE84B. Grayscale: #4D4D4D. Windows color (decimal): -7071820 or 11802516. OLE color: 11802516.

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

Color convert

RGB14823180-
CMYK0.180.8700.29
HSL287.77º77.34%39.8%-
HSV(B)287.77º87.22%70.59%-
XYZ20.7610.244.06-
YUV78.27185.41177.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 23 (9.38% from 255) = 6.55%
BLUE value IS 180 (70.70% from 255) = 51.28%
R=42.17%
G=6.55%
B=51.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148231800.180.8700.29287.7777.3439.8
Hex9417B4125701D1204d28
Octal224272642212703544011550
Binary1001010010111101101001001010101110111011001000001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9417B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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