#932bd1

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

Shades of Dark Orchid #932BD1

Tints of Dark Orchid #932BD1

Color information

#932BD1 (or 0x932BD1) is unknown color: approx Dark Orchid. HEX triplet: 93, 2B and D1. RGB value is (147,43,209). Sum of RGB (Red+Green+Blue) = 147+43+209=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #932BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BD1 is #6CD42E. Grayscale: #5C5C5C. Windows color (decimal): -7132207 or 13708179. OLE color: 13708179.

HSL color Cylindrical-coordinate representation of color #932BD1: hue angle of 277.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932BD1 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14743209-
CMYK0.300.7900.18
HSL277.59º65.87%49.41%-
HSV(B)277.59º79.43%81.96%-
XYZ24.4112.5361.45-
YUV93.02193.46166.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 209 (82.03% from 255) = 52.38%
R=36.84%
G=10.78%
B=52.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal147432090.300.7900.18277.5965.8749.41
Hex932BD11E4F0121164231
Octal223533213611702242610261
Binary10010011101011110100011111010011110100101000101101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,43,209); }

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

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

 a { background-color: rgb(147,43,209); }

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

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

 span { border-color: rgb(147,43,209); }

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