#932BCA

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

Shades of Dark Orchid #932BCA

Tints of Dark Orchid #932BCA

Color information

#932BCA (or 0x932BCA) is unknown color: approx Dark Orchid. HEX triplet: 93, 2B and CA. RGB value is (147,43,202). Sum of RGB (Red+Green+Blue) = 147+43+202=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #932BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BCA is #6CD435. Grayscale: #5B5B5B. Windows color (decimal): -7132214 or 13249427. OLE color: 13249427.

HSL color Cylindrical-coordinate representation of color #932BCA: hue angle of 279.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932BCA is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14743202-
CMYK0.270.7900.21
HSL279.25º64.9%48.04%-
HSV(B)279.25º78.71%79.22%-
XYZ23.5612.256.99-
YUV92.22189.96167.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 43 (17.19% from 255) = 10.97%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=37.5%
G=10.97%
B=51.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147432020.270.7900.21279.2564.948.04
Hex932BCA1B4F0151174130
Octal223533123311702542710160
Binary10010011101011110010101101110011110101011000101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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