#932FBE

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

Shades of Dark Orchid #932FBE

Tints of Dark Orchid #932FBE

Color information

#932FBE (or 0x932FBE) is unknown color: approx Dark Orchid. HEX triplet: 93, 2F and BE. RGB value is (147,47,190). Sum of RGB (Red+Green+Blue) = 147+47+190=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #932FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932FBE is #6CD041. Grayscale: #5C5C5C. Windows color (decimal): -7131202 or 12464019. OLE color: 12464019.

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

Color convert

RGB14747190-
CMYK0.230.7500.25
HSL281.96º60.34%46.47%-
HSV(B)281.96º75.26%74.51%-
XYZ22.3411.9549.84-
YUV93.2182.63166.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 47 (18.75% from 255) = 12.24%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=38.28%
G=12.24%
B=49.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147471900.230.7500.25281.9660.3446.47
Hex932FBE174B01911a3c2e
Octal22357276271130314327456
Binary1001001110111110111110101111001011011001100011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,47,190); }

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

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

 a { background-color: rgb(147,47,190); }

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

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

 span { border-color: rgb(147,47,190); }

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