#922CB8

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

Shades of Dark Orchid #922CB8

Tints of Dark Orchid #922CB8

Color information

#922CB8 (or 0x922CB8) is unknown color: approx Dark Orchid. HEX triplet: 92, 2C and B8. RGB value is (146,44,184). Sum of RGB (Red+Green+Blue) = 146+44+184=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #922CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922CB8 is #6DD347. Grayscale: #595959. Windows color (decimal): -7197512 or 12070034. OLE color: 12070034.

HSL color Cylindrical-coordinate representation of color #922CB8: hue angle of 283.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922CB8 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14644184-
CMYK0.210.7600.28
HSL283.71º61.4%44.71%-
HSV(B)283.71º76.09%72.16%-
XYZ21.4111.3746.41-
YUV90.46180.79167.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 44 (17.58% from 255) = 11.76%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=39.04%
G=11.76%
B=49.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal146441840.210.7600.28283.7161.444.71
Hex922CB8154C01C11c3d2d
Octal22254270251140344347555
Binary1001001010110010111000101011001100011100100011100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,44,184); }

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

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

 a { background-color: rgb(146,44,184); }

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

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

 span { border-color: rgb(146,44,184); }

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