#8624B3

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

Shades of Dark Orchid #8624B3

Tints of Dark Orchid #8624B3

Color information

#8624B3 (or 0x8624B3) is unknown color: approx Dark Orchid. HEX triplet: 86, 24 and B3. RGB value is (134,36,179). Sum of RGB (Red+Green+Blue) = 134+36+179=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #8624B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8624B3 is #79DB4C. Grayscale: #515151. Windows color (decimal): -7985997 or 11740294. OLE color: 11740294.

HSL color Cylindrical-coordinate representation of color #8624B3: hue angle of 281.12º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8624B3 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13436179-
CMYK0.250.8000.30
HSL281.12º66.51%42.16%-
HSV(B)281.12º79.89%70.2%-
XYZ18.69.5843.52-
YUV81.6182.97165.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 36 (14.45% from 255) = 10.32%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=38.40%
G=10.32%
B=51.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134361790.250.8000.30281.1266.5142.16
Hex8624B3195001E119432a
Octal206442633112003643110352
Binary10000110100100101100111100110100000111101000110011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8624B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8624B3; }

 p { color: rgb(134,36,179); }

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

<style>
 a { background-color: #8624B3; }

 a { background-color: rgb(134,36,179); }

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

<style>
 span { border-color: #8624B3; }

 span { border-color: rgb(134,36,179); }

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