#8625BC

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

Shades of Dark Orchid #8625BC

Tints of Dark Orchid #8625BC

Color information

#8625BC (or 0x8625BC) is unknown color: approx Dark Orchid. HEX triplet: 86, 25 and BC. RGB value is (134,37,188). Sum of RGB (Red+Green+Blue) = 134+37+188=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #8625BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8625BC is #79DA43. Grayscale: #525252. Windows color (decimal): -7985732 or 12330374. OLE color: 12330374.

HSL color Cylindrical-coordinate representation of color #8625BC: hue angle of 278.54º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8625BC is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13437188-
CMYK0.290.8000.26
HSL278.54º67.11%44.12%-
HSV(B)278.54º80.32%73.73%-
XYZ19.5710.0248.48-
YUV83.22187.14164.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 37 (14.84% from 255) = 10.31%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=37.33%
G=10.31%
B=52.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134371880.290.8000.26278.5467.1144.12
Hex8625BC1D5001A117432c
Octal206452743512003242710354
Binary10000110100101101111001110110100000110101000101111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8625BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8625BC; }

 p { color: rgb(134,37,188); }

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

<style>
 a { background-color: #8625BC; }

 a { background-color: rgb(134,37,188); }

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

<style>
 span { border-color: #8625BC; }

 span { border-color: rgb(134,37,188); }

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