#8629BE

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

Shades of Dark Orchid #8629BE

Tints of Dark Orchid #8629BE

Color information

#8629BE (or 0x8629BE) is unknown color: approx Dark Orchid. HEX triplet: 86, 29 and BE. RGB value is (134,41,190). Sum of RGB (Red+Green+Blue) = 134+41+190=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #8629BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8629BE is #79D641. Grayscale: #555555. Windows color (decimal): -7984706 or 12462470. OLE color: 12462470.

HSL color Cylindrical-coordinate representation of color #8629BE: hue angle of 277.45º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8629BE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13441190-
CMYK0.290.7800.25
HSL277.45º64.5%45.29%-
HSV(B)277.45º78.42%74.51%-
XYZ19.9210.3749.67-
YUV85.79186.81162.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 41 (16.41% from 255) = 11.23%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=36.71%
G=11.23%
B=52.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134411900.290.7800.25277.4564.545.29
Hex8629BE1D4E019115412d
Octal206512763511603142510155
Binary10000110101001101111101110110011100110011000101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8629BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8629BE; }

 p { color: rgb(134,41,190); }

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

<style>
 a { background-color: #8629BE; }

 a { background-color: rgb(134,41,190); }

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

<style>
 span { border-color: #8629BE; }

 span { border-color: rgb(134,41,190); }

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