#932BC1

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

Shades of Dark Orchid #932BC1

Tints of Dark Orchid #932BC1

Color information

#932BC1 (or 0x932BC1) is unknown color: approx Dark Orchid. HEX triplet: 93, 2B and C1. RGB value is (147,43,193). Sum of RGB (Red+Green+Blue) = 147+43+193=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #932BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BC1 is #6CD43E. Grayscale: #5A5A5A. Windows color (decimal): -7132223 or 12659603. OLE color: 12659603.

HSL color Cylindrical-coordinate representation of color #932BC1: hue angle of 281.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932BC1 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14743193-
CMYK0.240.7800.24
HSL281.6º63.56%46.27%-
HSV(B)281.6º77.72%75.69%-
XYZ22.5211.7851.54-
YUV91.2185.46167.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=38.38%
G=11.23%
B=50.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147431930.240.7800.24281.663.5646.27
Hex932BC1184E01811a402e
Octal223533013011603043210056
Binary10010011101011110000011100010011100110001000110101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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