#932BBD

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

Shades of Dark Orchid #932BBD

Tints of Dark Orchid #932BBD

Color information

#932BBD (or 0x932BBD) is unknown color: approx Dark Orchid. HEX triplet: 93, 2B and BD. RGB value is (147,43,189). Sum of RGB (Red+Green+Blue) = 147+43+189=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #932BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BBD is #6CD442. Grayscale: #5A5A5A. Windows color (decimal): -7132227 or 12397459. OLE color: 12397459.

HSL color Cylindrical-coordinate representation of color #932BBD: hue angle of 282.74º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932BBD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14743189-
CMYK0.220.7700.26
HSL282.74º62.93%45.49%-
HSV(B)282.74º77.25%74.12%-
XYZ22.0811.649.22-
YUV90.74183.46168.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=38.79%
G=11.35%
B=49.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147431890.220.7700.26282.7462.9345.49
Hex932BBD164D01A11b3f2d
Octal22353275261150324337755
Binary1001001110101110111101101101001101011010100011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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