#8732BE

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

Shades of Dark Orchid #8732BE

Tints of Dark Orchid #8732BE

Color information

#8732BE (or 0x8732BE) is unknown color: approx Dark Orchid. HEX triplet: 87, 32 and BE. RGB value is (135,50,190). Sum of RGB (Red+Green+Blue) = 135+50+190=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8732BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732BE is #78CD41. Grayscale: #5A5A5A. Windows color (decimal): -7916866 or 12464775. OLE color: 12464775.

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

Color convert

RGB13550190-
CMYK0.290.7400.25
HSL276.43º58.33%47.06%-
HSV(B)276.43º73.68%74.51%-
XYZ20.4311.1549.79-
YUV91.37183.66159.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=36%
G=13.33%
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.25
SystemRedGreenBlueCMYKHSL
Decimal135501900.290.7400.25276.4358.3347.06
Hex8732BE1D4A0191143a2f
Octal20762276351120314247257
Binary1000011111001010111110111011001010011001100010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8732BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,50,190); }

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

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

 a { background-color: rgb(135,50,190); }

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

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

 span { border-color: rgb(135,50,190); }

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