#932ABD

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

Shades of Dark Orchid #932ABD

Tints of Dark Orchid #932ABD

Color information

#932ABD (or 0x932ABD) is unknown color: approx Dark Orchid. HEX triplet: 93, 2A and BD. RGB value is (147,42,189). Sum of RGB (Red+Green+Blue) = 147+42+189=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #932ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932ABD is #6CD542. Grayscale: #595959. Windows color (decimal): -7132483 or 12397203. OLE color: 12397203.

HSL color Cylindrical-coordinate representation of color #932ABD: hue angle of 282.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932ABD is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14742189-
CMYK0.220.7800.26
HSL282.86º63.64%45.29%-
HSV(B)282.86º77.78%74.12%-
XYZ22.0511.5349.21-
YUV90.15183.79168.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 42 (16.80% from 255) = 11.11%
BLUE value IS 189 (74.22% from 255) = 50%
R=38.89%
G=11.11%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147421890.220.7800.26282.8663.6445.29
Hex932ABD164E01A11b402d
Octal223522752611603243310055
Binary10010011101010101111011011010011100110101000110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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