#922BCA

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

Shades of Dark Orchid #922BCA

Tints of Dark Orchid #922BCA

Color information

#922BCA (or 0x922BCA) is unknown color: approx Dark Orchid. HEX triplet: 92, 2B and CA. RGB value is (146,43,202). Sum of RGB (Red+Green+Blue) = 146+43+202=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #922BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922BCA is #6DD435. Grayscale: #5B5B5B. Windows color (decimal): -7197750 or 13249426. OLE color: 13249426.

HSL color Cylindrical-coordinate representation of color #922BCA: hue angle of 278.87º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922BCA is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14643202-
CMYK0.280.7900.21
HSL278.87º64.9%48.04%-
HSV(B)278.87º78.71%79.22%-
XYZ23.3812.156.98-
YUV91.92190.12166.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=37.34%
G=11.00%
B=51.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146432020.280.7900.21278.8764.948.04
Hex922BCA1C4F0151174130
Octal222533123411702542710160
Binary10010010101011110010101110010011110101011000101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,43,202); }

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

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

 a { background-color: rgb(146,43,202); }

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

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

 span { border-color: rgb(146,43,202); }

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