#922FB2

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

Shades of Dark Orchid #922FB2

Tints of Dark Orchid #922FB2

Color information

#922FB2 (or 0x922FB2) is unknown color: approx Dark Orchid. HEX triplet: 92, 2F and B2. RGB value is (146,47,178). Sum of RGB (Red+Green+Blue) = 146+47+178=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #922FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922FB2 is #6DD04D. Grayscale: #5B5B5B. Windows color (decimal): -7196750 or 11677586. OLE color: 11677586.

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

Color convert

RGB14647178-
CMYK0.180.7400.30
HSL285.34º58.22%44.12%-
HSV(B)285.34º73.6%69.8%-
XYZ20.9111.3643.21-
YUV91.54176.8166.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=39.35%
G=12.67%
B=47.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146471780.180.7400.30285.3458.2244.12
Hex922FB2124A01E11d3a2c
Octal22257262221120364357254
Binary1001001010111110110010100101001010011110100011101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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