#922FBF

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

Shades of Dark Orchid #922FBF

Tints of Dark Orchid #922FBF

Color information

#922FBF (or 0x922FBF) is unknown color: approx Dark Orchid. HEX triplet: 92, 2F and BF. RGB value is (146,47,191). Sum of RGB (Red+Green+Blue) = 146+47+191=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #922FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922FBF is #6DD040. Grayscale: #5C5C5C. Windows color (decimal): -7196737 or 12529554. OLE color: 12529554.

HSL color Cylindrical-coordinate representation of color #922FBF: hue angle of 281.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922FBF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14647191-
CMYK0.240.7500.25
HSL281.25º60.5%46.67%-
HSV(B)281.25º75.39%74.9%-
XYZ22.2711.9150.41-
YUV93.02183.3165.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 47 (18.75% from 255) = 12.24%
BLUE value IS 191 (75% from 255) = 49.74%
R=38.02%
G=12.24%
B=49.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146471910.240.7500.25281.2560.546.67
Hex922FBF184B0191193d2f
Octal22257277301130314317557
Binary1001001010111110111111110001001011011001100011001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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