#8A33B9

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

Shades of Dark Orchid #8A33B9

Tints of Dark Orchid #8A33B9

Color information

#8A33B9 (or 0x8A33B9) is unknown color: approx Dark Orchid. HEX triplet: 8A, 33 and B9. RGB value is (138,51,185). Sum of RGB (Red+Green+Blue) = 138+51+185=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A33B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A33B9 is #75CC46. Grayscale: #5B5B5B. Windows color (decimal): -7720007 or 12137354. OLE color: 12137354.

HSL color Cylindrical-coordinate representation of color #8A33B9: hue angle of 278.96º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A33B9 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13851185-
CMYK0.250.7200.27
HSL278.96º56.78%46.27%-
HSV(B)278.96º72.43%72.55%-
XYZ20.4211.2747-
YUV92.29180.32160.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 185 (72.66% from 255) = 49.47%
R=36.90%
G=13.64%
B=49.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138511850.250.7200.27278.9656.7846.27
Hex8A33B9194801B117392e
Octal21263271311100334277156
Binary1000101011001110111001110011001000011011100010111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A33B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A33B9; }

 p { color: rgb(138,51,185); }

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

<style>
 a { background-color: #8A33B9; }

 a { background-color: rgb(138,51,185); }

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

<style>
 span { border-color: #8A33B9; }

 span { border-color: rgb(138,51,185); }

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