Html Css Color HEX #921CB8 Dark Orchid

📋 copy color: '#921CB8'

red 146 ◦ green 28 ◦ blue 184

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

Shades of Dark Orchid #921CB8

Tints of Dark Orchid #921CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 40.78%
G = 7.82%
B = 51.4%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#921CB8 (or 0x921CB8) is known color: Dark Orchid. HEX triplet: 92, 1C and B8. RGB value is (146,28,184). Sum of RGB (Red+Green+Blue) = 146+28+184=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #921CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CB8 is #6DE347. Grayscale: #505050. Windows color (decimal): -7201608 or 12065938. OLE color: 12065938.

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

Color convert

RGB 146 28 184 -
CMYK 0.21 0.85 0 0.28
HSL 285.38º 0.74% 0.42% -
HSV(B) 285.38º 0.85% 0.72% -
XYZ 20.92 10.4 46.25 -
YUV 81.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 146 28 184 0.21 0.85 0 0.28 285.38 0.74 0.42
Hex 92 1C B8 15 55 0 1C 11D 4A 2A
Octal 222 34 270 25 125 0 34 435 112 52
Binary 10010010 11100 10111000 10101 1010101 0 11100 100011101 1001010 101010

Color Harmonies of #921CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921CB8

Black with #921CB8

Text Example


Text Example

White with #921CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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