#9425B4

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

Shades of Dark Orchid #9425B4

Tints of Dark Orchid #9425B4

Color information

#9425B4 (or 0x9425B4) is unknown color: approx Dark Orchid. HEX triplet: 94, 25 and B4. RGB value is (148,37,180). Sum of RGB (Red+Green+Blue) = 148+37+180=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #9425B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9425B4 is #6BDA4B. Grayscale: #565656. Windows color (decimal): -7068236 or 11806100. OLE color: 11806100.

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

Color convert

RGB14837180-
CMYK0.180.7900.29
HSL286.57º65.9%42.55%-
HSV(B)286.57º79.44%70.59%-
XYZ21.1110.9144.17-
YUV86.49180.77171.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 37 (14.84% from 255) = 10.14%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=40.55%
G=10.14%
B=49.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148371800.180.7900.29286.5765.942.55
Hex9425B4124F01D11f422b
Octal224452642211703543710253
Binary10010100100101101101001001010011110111011000111111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9425B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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