#8425B4

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

Shades of Dark Orchid #8425B4

Tints of Dark Orchid #8425B4

Color information

#8425B4 (or 0x8425B4) is unknown color: approx Dark Orchid. HEX triplet: 84, 25 and B4. RGB value is (132,37,180). Sum of RGB (Red+Green+Blue) = 132+37+180=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #8425B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425B4 is #7BDA4B. Grayscale: #515151. Windows color (decimal): -8116812 or 11806084. OLE color: 11806084.

HSL color Cylindrical-coordinate representation of color #8425B4: hue angle of 279.86º 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 #8425B4 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13237180-
CMYK0.270.7900.29
HSL279.86º65.9%42.55%-
HSV(B)279.86º79.44%70.59%-
XYZ18.429.5244.05-
YUV81.71183.47163.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 37 (14.84% from 255) = 10.60%
BLUE value IS 180 (70.70% from 255) = 51.58%
R=37.82%
G=10.60%
B=51.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132371800.270.7900.29279.8665.942.55
Hex8425B41B4F01D118422b
Octal204452643311703543010253
Binary10000100100101101101001101110011110111011000110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8425B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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