#8225B4

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

Shades of Dark Orchid #8225B4

Tints of Dark Orchid #8225B4

Color information

#8225B4 (or 0x8225B4) is unknown color: approx Dark Orchid. HEX triplet: 82, 25 and B4. RGB value is (130,37,180). Sum of RGB (Red+Green+Blue) = 130+37+180=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #8225B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8225B4 is #7DDA4B. Grayscale: #505050. Windows color (decimal): -8247884 or 11806082. OLE color: 11806082.

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

Color convert

RGB13037180-
CMYK0.280.7900.29
HSL279.02º65.9%42.55%-
HSV(B)279.02º79.44%70.59%-
XYZ18.119.3644.03-
YUV81.11183.81162.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=37.46%
G=10.66%
B=51.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130371800.280.7900.29279.0265.942.55
Hex8225B41C4F01D117422b
Octal202452643411703542710253
Binary10000010100101101101001110010011110111011000101111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8225B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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