#8933B2

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

Shades of Dark Orchid #8933B2

Tints of Dark Orchid #8933B2

Color information

#8933B2 (or 0x8933B2) is unknown color: approx Dark Orchid. HEX triplet: 89, 33 and B2. RGB value is (137,51,178). Sum of RGB (Red+Green+Blue) = 137+51+178=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #8933B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8933B2 is #76CC4D. Grayscale: #5A5A5A. Windows color (decimal): -7785550 or 11678601. OLE color: 11678601.

HSL color Cylindrical-coordinate representation of color #8933B2: hue angle of 280.63º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8933B2 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13751178-
CMYK0.230.7100.30
HSL280.63º55.46%44.9%-
HSV(B)280.63º71.35%69.8%-
XYZ19.5410.943.19-
YUV91.19176.99160.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=37.43%
G=13.93%
B=48.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137511780.230.7100.30280.6355.4644.9
Hex8933B2174701E119372d
Octal21163262271070364316755
Binary1000100111001110110010101111000111011110100011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8933B2; }

 p { color: rgb(137,51,178); }

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

<style>
 a { background-color: #8933B2; }

 a { background-color: rgb(137,51,178); }

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

<style>
 span { border-color: #8933B2; }

 span { border-color: rgb(137,51,178); }

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