Html Css Color HEX #921CCE Dark Orchid

📋 copy color: '#921CCE'

red 146 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #921CCE

Tints of Dark Orchid #921CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 38.42%
G = 7.37%
B = 54.21%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#921CCE (or 0x921CCE) is known color: Dark Orchid. HEX triplet: 92, 1C and CE. RGB value is (146,28,206). Sum of RGB (Red+Green+Blue) = 146+28+206=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #921CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CCE is #6DE331. Grayscale: #525252. Windows color (decimal): -7201586 or 13507730. OLE color: 13507730.

HSL color Cylindrical-coordinate representation of color #921CCE: hue angle of 279.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921CCE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 28 206 -
CMYK 0.29 0.86 0 0.19
HSL 279.78º 0.76% 0.46% -
HSV(B) 279.78º 0.86% 0.81% -
XYZ 23.41 11.4 59.36 -
YUV 83.57 197.09 172.53 -
System Red Green Blue C M Y K H S L
Decimal 146 28 206 0.29 0.86 0 0.19 279.78 0.76 0.46
Hex 92 1C CE 1D 56 0 13 118 4C 2E
Octal 222 34 316 35 126 0 23 430 114 56
Binary 10010010 11100 11001110 11101 1010110 0 10011 100011000 1001100 101110

Color Harmonies of #921CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921CCE

Black with #921CCE

Text Example


Text Example

White with #921CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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