Html Css Color HEX #922ECC Dark Orchid

📋 copy color: '#922ECC'

red 146 ◦ green 46 ◦ blue 204

#922ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #922ECC

Tints of Dark Orchid #922ECC

RGB

 RED value IS 146 (57.42% from 255) = 36.87%

 GREEN value IS 46 (18.36% from 255) = 11.62%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 36.87%
G = 11.62%
B = 51.52%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#922ECC (or 0x922ECC) is known color: Dark Orchid. HEX triplet: 92, 2E and CC. RGB value is (146,46,204). Sum of RGB (Red+Green+Blue) = 146+46+204=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #922ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ECC is #6DD133. Grayscale: #5D5D5D. Windows color (decimal): -7196980 or 13381266. OLE color: 13381266.

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

Color convert

RGB 146 46 204 -
CMYK 0.28 0.77 0 0.2
HSL 277.97º 0.63% 0.49% -
HSV(B) 277.97º 0.77% 0.8% -
XYZ 23.73 12.42 58.27 -
YUV 93.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 146 46 204 0.28 0.77 0 0.2 277.97 0.63 0.49
Hex 92 2E CC 1C 4D 0 14 116 3F 31
Octal 222 56 314 34 115 0 24 426 77 61
Binary 10010010 101110 11001100 11100 1001101 0 10100 100010110 111111 110001

Color Harmonies of #922ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922ECC

Black with #922ECC

Text Example


Text Example

White with #922ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #922ECC;
 }
 .AnyTagClassName
 {
   color: #922ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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