#932DBF

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

Shades of Dark Orchid #932DBF

Tints of Dark Orchid #932DBF

Color information

#932DBF (or 0x932DBF) is unknown color: approx Dark Orchid. HEX triplet: 93, 2D and BF. RGB value is (147,45,191). Sum of RGB (Red+Green+Blue) = 147+45+191=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #932DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DBF is #6CD240. Grayscale: #5B5B5B. Windows color (decimal): -7131713 or 12529043. OLE color: 12529043.

HSL color Cylindrical-coordinate representation of color #932DBF: hue angle of 281.92º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932DBF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14745191-
CMYK0.230.7600.25
HSL281.92º61.86%46.27%-
HSV(B)281.92º76.44%74.9%-
XYZ22.3711.8450.4-
YUV92.14183.79167.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 191 (75% from 255) = 49.87%
R=38.38%
G=11.75%
B=49.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147451910.230.7600.25281.9261.8646.27
Hex932DBF174C01911a3e2e
Octal22355277271140314327656
Binary1001001110110110111111101111001100011001100011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,45,191); }

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

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

 a { background-color: rgb(147,45,191); }

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

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

 span { border-color: rgb(147,45,191); }

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