#8933B3

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

Shades of Dark Orchid #8933B3

Tints of Dark Orchid #8933B3

Color information

#8933B3 (or 0x8933B3) is unknown color: approx Dark Orchid. HEX triplet: 89, 33 and B3. RGB value is (137,51,179). Sum of RGB (Red+Green+Blue) = 137+51+179=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 179 (70.31% from 255 or 48.77% from 367); Max value from RGB is 179 - color contains mainly: blue. Hex color #8933B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8933B3 is #76CC4C. Grayscale: #5A5A5A. Windows color (decimal): -7785549 or 11744137. OLE color: 11744137.

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

Color convert

RGB13751179-
CMYK0.230.7200.30
HSL280.31º55.65%45.1%-
HSV(B)280.31º71.51%70.2%-
XYZ19.6410.9443.72-
YUV91.31177.49160.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.33%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 179 (70.31% from 255) = 48.77%
R=37.33%
G=13.90%
B=48.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal137511790.230.7200.30280.3155.6545.1
Hex8933B3174801E118382d
Octal21163263271100364307055
Binary1000100111001110110011101111001000011110100011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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