#8632BD

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

Shades of Dark Orchid #8632BD

Tints of Dark Orchid #8632BD

Color information

#8632BD (or 0x8632BD) is unknown color: approx Dark Orchid. HEX triplet: 86, 32 and BD. RGB value is (134,50,189). Sum of RGB (Red+Green+Blue) = 134+50+189=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8632BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632BD is #79CD42. Grayscale: #5A5A5A. Windows color (decimal): -7982403 or 12399238. OLE color: 12399238.

HSL color Cylindrical-coordinate representation of color #8632BD: hue angle of 276.26º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8632BD is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13450189-
CMYK0.290.7400.26
HSL276.26º58.16%46.86%-
HSV(B)276.26º73.54%74.12%-
XYZ20.1611.0249.21-
YUV90.96183.33158.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=35.92%
G=13.40%
B=50.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134501890.290.7400.26276.2658.1646.86
Hex8632BD1D4A01A1143a2f
Octal20662275351120324247257
Binary1000011011001010111101111011001010011010100010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8632BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8632BD; }

 p { color: rgb(134,50,189); }

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

<style>
 a { background-color: #8632BD; }

 a { background-color: rgb(134,50,189); }

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

<style>
 span { border-color: #8632BD; }

 span { border-color: rgb(134,50,189); }

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