#8633B5

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

Shades of Dark Orchid #8633B5

Tints of Dark Orchid #8633B5

Color information

#8633B5 (or 0x8633B5) is unknown color: approx Dark Orchid. HEX triplet: 86, 33 and B5. RGB value is (134,51,181). Sum of RGB (Red+Green+Blue) = 134+51+181=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #8633B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633B5 is #79CC4A. Grayscale: #5A5A5A. Windows color (decimal): -7982155 or 11875206. OLE color: 11875206.

HSL color Cylindrical-coordinate representation of color #8633B5: hue angle of 278.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8633B5 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13451181-
CMYK0.260.7200.29
HSL278.31º56.03%45.49%-
HSV(B)278.31º71.82%70.98%-
XYZ19.3610.7744.78-
YUV90.64179158.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=36.61%
G=13.93%
B=49.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134511810.260.7200.29278.3156.0345.49
Hex8633B51A4801D116382d
Octal20663265321100354267055
Binary1000011011001110110101110101001000011101100010110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8633B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8633B5; }

 p { color: rgb(134,51,181); }

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

<style>
 a { background-color: #8633B5; }

 a { background-color: rgb(134,51,181); }

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

<style>
 span { border-color: #8633B5; }

 span { border-color: rgb(134,51,181); }

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