#932BB8

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

Shades of Dark Orchid #932BB8

Tints of Dark Orchid #932BB8

Color information

#932BB8 (or 0x932BB8) is unknown color: approx Dark Orchid. HEX triplet: 93, 2B and B8. RGB value is (147,43,184). Sum of RGB (Red+Green+Blue) = 147+43+184=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #932BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BB8 is #6CD447. Grayscale: #595959. Windows color (decimal): -7132232 or 12069779. OLE color: 12069779.

HSL color Cylindrical-coordinate representation of color #932BB8: hue angle of 284.26º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932BB8 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14743184-
CMYK0.200.7700.28
HSL284.26º62.11%44.51%-
HSV(B)284.26º76.63%72.16%-
XYZ21.5511.3946.41-
YUV90.17180.96168.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.30%
GREEN value IS 43 (17.19% from 255) = 11.50%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=39.30%
G=11.50%
B=49.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal147431840.200.7700.28284.2662.1144.51
Hex932BB8144D01C11c3e2d
Octal22353270241150344347655
Binary1001001110101110111000101001001101011100100011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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