#8635BE

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

Shades of Dark Orchid #8635BE

Tints of Dark Orchid #8635BE

Color information

#8635BE (or 0x8635BE) is unknown color: approx Dark Orchid. HEX triplet: 86, 35 and BE. RGB value is (134,53,190). Sum of RGB (Red+Green+Blue) = 134+53+190=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #8635BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8635BE is #79CA41. Grayscale: #5C5C5C. Windows color (decimal): -7981634 or 12465542. OLE color: 12465542.

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

Color convert

RGB13453190-
CMYK0.290.7200.25
HSL275.47º56.38%47.65%-
HSV(B)275.47º72.11%74.51%-
XYZ20.411.3349.83-
YUV92.84182.84157.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 53 (21.09% from 255) = 14.06%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=35.54%
G=14.06%
B=50.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134531900.290.7200.25275.4756.3847.65
Hex8635BE1D480191133830
Octal20665276351100314237060
Binary1000011011010110111110111011001000011001100010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8635BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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