Html Css Color HEX #921ACC Dark Orchid

📋 copy color: '#921ACC'

red 146 ◦ green 26 ◦ blue 204

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

Shades of Dark Orchid #921ACC

Tints of Dark Orchid #921ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.91%

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

R = 38.83%
G = 6.91%
B = 54.26%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#921ACC (or 0x921ACC) is known color: Dark Orchid. HEX triplet: 92, 1A and CC. RGB value is (146,26,204). Sum of RGB (Red+Green+Blue) = 146+26+204=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #921ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921ACC is #6DE533. Grayscale: #515151. Windows color (decimal): -7202100 or 13376146. OLE color: 13376146.

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

Color convert

RGB 146 26 204 -
CMYK 0.28 0.87 0 0.2
HSL 280.45º 0.77% 0.45% -
HSV(B) 280.45º 0.87% 0.8% -
XYZ 23.12 11.21 58.07 -
YUV 82.17 196.76 173.53 -
System Red Green Blue C M Y K H S L
Decimal 146 26 204 0.28 0.87 0 0.2 280.45 0.77 0.45
Hex 92 1A CC 1C 57 0 14 118 4D 2D
Octal 222 32 314 34 127 0 24 430 115 55
Binary 10010010 11010 11001100 11100 1010111 0 10100 100011000 1001101 101101

Color Harmonies of #921ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921ACC

Black with #921ACC

Text Example


Text Example

White with #921ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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