#932BB3

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

Shades of Dark Orchid #932BB3

Tints of Dark Orchid #932BB3

Color information

#932BB3 (or 0x932BB3) is unknown color: approx Dark Orchid. HEX triplet: 93, 2B and B3. RGB value is (147,43,179). Sum of RGB (Red+Green+Blue) = 147+43+179=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #932BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BB3 is #6CD44C. Grayscale: #595959. Windows color (decimal): -7132237 or 11742099. OLE color: 11742099.

HSL color Cylindrical-coordinate representation of color #932BB3: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #932BB3 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14743179-
CMYK0.180.7600.30
HSL285.88º61.26%43.53%-
HSV(B)285.88º75.98%70.2%-
XYZ21.0311.1943.7-
YUV89.6178.46168.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 179 (70.31% from 255) = 48.51%
R=39.84%
G=11.65%
B=48.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147431790.180.7600.30285.8861.2643.53
Hex932BB3124C01E11e3d2c
Octal22353263221140364367554
Binary1001001110101110110011100101001100011110100011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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