#922FBD

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

Shades of Dark Orchid #922FBD

Tints of Dark Orchid #922FBD

Color information

#922FBD (or 0x922FBD) is unknown color: approx Dark Orchid. HEX triplet: 92, 2F and BD. RGB value is (146,47,189). Sum of RGB (Red+Green+Blue) = 146+47+189=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #922FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922FBD is #6DD042. Grayscale: #5C5C5C. Windows color (decimal): -7196739 or 12398482. OLE color: 12398482.

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

Color convert

RGB14647189-
CMYK0.230.7500.26
HSL281.83º60.17%46.27%-
HSV(B)281.83º75.13%74.12%-
XYZ22.0611.8249.26-
YUV92.79182.3165.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 47 (18.75% from 255) = 12.30%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=38.22%
G=12.30%
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.26
SystemRedGreenBlueCMYKHSL
Decimal146471890.230.7500.26281.8360.1746.27
Hex922FBD174B01A11a3c2e
Octal22257275271130324327456
Binary1001001010111110111101101111001011011010100011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922FBD; }

 p { color: rgb(146,47,189); }

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

<style>
 a { background-color: #922FBD; }

 a { background-color: rgb(146,47,189); }

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

<style>
 span { border-color: #922FBD; }

 span { border-color: rgb(146,47,189); }

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