Html Css Color HEX #921CB9 Dark Orchid

📋 copy color: '#921CB9'

red 146 ◦ green 28 ◦ blue 185

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

Shades of Dark Orchid #921CB9

Tints of Dark Orchid #921CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 40.67%
G = 7.8%
B = 51.53%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#921CB9 (or 0x921CB9) is known color: Dark Orchid. HEX triplet: 92, 1C and B9. RGB value is (146,28,185). Sum of RGB (Red+Green+Blue) = 146+28+185=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #921CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CB9 is #6DE346. Grayscale: #505050. Windows color (decimal): -7201607 or 12131474. OLE color: 12131474.

HSL color Cylindrical-coordinate representation of color #921CB9: hue angle of 285.1º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921CB9 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 28 185 -
CMYK 0.21 0.85 0 0.27
HSL 285.1º 0.74% 0.42% -
HSV(B) 285.1º 0.85% 0.73% -
XYZ 21.03 10.44 46.81 -
YUV 81.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 146 28 185 0.21 0.85 0 0.27 285.1 0.74 0.42
Hex 92 1C B9 15 55 0 1B 11D 4A 2A
Octal 222 34 271 25 125 0 33 435 112 52
Binary 10010010 11100 10111001 10101 1010101 0 11011 100011101 1001010 101010

Color Harmonies of #921CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921CB9

Black with #921CB9

Text Example


Text Example

White with #921CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,28,185); }

 H1.HeaderClassName
 {
   color: #921CB9;
 }
 .AnyTagClassName
 {
   color: #921CB9;
 }
</style>

background-color css

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

 a { background-color: rgb(146,28,185); }

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

border-color css

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

 span { border-color: rgb(146,28,185); }

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