#922FBE

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

Shades of Dark Orchid #922FBE

Tints of Dark Orchid #922FBE

Color information

#922FBE (or 0x922FBE) is unknown color: approx Dark Orchid. HEX triplet: 92, 2F and BE. RGB value is (146,47,190). Sum of RGB (Red+Green+Blue) = 146+47+190=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #922FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922FBE is #6DD041. Grayscale: #5C5C5C. Windows color (decimal): -7196738 or 12464018. OLE color: 12464018.

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

Color convert

RGB14647190-
CMYK0.230.7500.25
HSL281.54º60.34%46.47%-
HSV(B)281.54º75.26%74.51%-
XYZ22.1611.8649.84-
YUV92.9182.8165.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.12%
GREEN value IS 47 (18.75% from 255) = 12.27%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=38.12%
G=12.27%
B=49.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146471900.230.7500.25281.5460.3446.47
Hex922FBE174B01911a3c2e
Octal22257276271130314327456
Binary1001001010111110111110101111001011011001100011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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