Html Css Color HEX #922ABC Dark Orchid

📋 copy color: '#922ABC'

red 146 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #922ABC

Tints of Dark Orchid #922ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.17%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 38.83%
G = 11.17%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#922ABC (or 0x922ABC) is known color: Dark Orchid. HEX triplet: 92, 2A and BC. RGB value is (146,42,188). Sum of RGB (Red+Green+Blue) = 146+42+188=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #922ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ABC is #6DD543. Grayscale: #595959. Windows color (decimal): -7198020 or 12331666. OLE color: 12331666.

HSL color Cylindrical-coordinate representation of color #922ABC: hue angle of 282.74º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922ABC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 42 188 -
CMYK 0.22 0.78 0 0.26
HSL 282.74º 0.63% 0.45% -
HSV(B) 282.74º 0.78% 0.74% -
XYZ 21.76 11.4 48.63 -
YUV 89.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 146 42 188 0.22 0.78 0 0.26 282.74 0.63 0.45
Hex 92 2A BC 16 4E 0 1A 11B 3F 2D
Octal 222 52 274 26 116 0 32 433 77 55
Binary 10010010 101010 10111100 10110 1001110 0 11010 100011011 111111 101101

Color Harmonies of #922ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922ABC

Black with #922ABC

Text Example


Text Example

White with #922ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,42,188); }

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

background-color css

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

 a { background-color: rgb(146,42,188); }

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

border-color css

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

 span { border-color: rgb(146,42,188); }

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