Html Css Color HEX #921ECC Dark Orchid

📋 copy color: '#921ECC'

red 146 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #921ECC

Tints of Dark Orchid #921ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

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

R = 38.42%
G = 7.89%
B = 53.68%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#921ECC (or 0x921ECC) is known color: Dark Orchid. HEX triplet: 92, 1E and CC. RGB value is (146,30,204). Sum of RGB (Red+Green+Blue) = 146+30+204=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #921ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ECC is #6DE133. Grayscale: #535353. Windows color (decimal): -7201076 or 13377170. OLE color: 13377170.

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

Color convert

RGB 146 30 204 -
CMYK 0.28 0.85 0 0.2
HSL 280º 0.74% 0.46% -
HSV(B) 280º 0.85% 0.8% -
XYZ 23.22 11.4 58.1 -
YUV 84.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 146 30 204 0.28 0.85 0 0.2 280 0.74 0.46
Hex 92 1E CC 1C 55 0 14 118 4A 2E
Octal 222 36 314 34 125 0 24 430 112 56
Binary 10010010 11110 11001100 11100 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #921ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921ECC

Black with #921ECC

Text Example


Text Example

White with #921ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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