#921BCC

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

Shades of Dark Orchid #921BCC

Tints of Dark Orchid #921BCC

Color information

#921BCC (or 0x921BCC) is unknown color: approx Dark Orchid. HEX triplet: 92, 1B and CC. RGB value is (146,27,204). Sum of RGB (Red+Green+Blue) = 146+27+204=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #921BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921BCC is #6DE433. Grayscale: #525252. Windows color (decimal): -7201844 or 13376402. OLE color: 13376402.

HSL color Cylindrical-coordinate representation of color #921BCC: hue angle of 280.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921BCC is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14627204-
CMYK0.280.8700.2
HSL280.34º76.62%45.29%-
HSV(B)280.34º86.76%80%-
XYZ23.1511.2558.08-
YUV82.76196.42173.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 27 (10.94% from 255) = 7.16%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=38.73%
G=7.16%
B=54.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal146272040.280.8700.2280.3476.6245.29
Hex921BCC1C570141184d2d
Octal222333143412702443011555
Binary1001001011011110011001110010101110101001000110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921BCC; }

 p { color: rgb(146,27,204); }

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

<style>
 a { background-color: #921BCC; }

 a { background-color: rgb(146,27,204); }

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

<style>
 span { border-color: #921BCC; }

 span { border-color: rgb(146,27,204); }

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