#932ABA

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

Shades of Dark Orchid #932ABA

Tints of Dark Orchid #932ABA

Color information

#932ABA (or 0x932ABA) is unknown color: approx Dark Orchid. HEX triplet: 93, 2A and BA. RGB value is (147,42,186). Sum of RGB (Red+Green+Blue) = 147+42+186=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #932ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932ABA is #6CD545. Grayscale: #595959. Windows color (decimal): -7132486 or 12200595. OLE color: 12200595.

HSL color Cylindrical-coordinate representation of color #932ABA: hue angle of 283.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932ABA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14742186-
CMYK0.210.7700.27
HSL283.75º63.16%44.71%-
HSV(B)283.75º77.42%72.94%-
XYZ21.7211.447.51-
YUV89.81182.29168.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=39.2%
G=11.2%
B=49.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147421860.210.7700.27283.7563.1644.71
Hex932ABA154D01B11c3f2d
Octal22352272251150334347755
Binary1001001110101010111010101011001101011011100011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932ABA; }

 p { color: rgb(147,42,186); }

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

<style>
 a { background-color: #932ABA; }

 a { background-color: rgb(147,42,186); }

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

<style>
 span { border-color: #932ABA; }

 span { border-color: rgb(147,42,186); }

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