Html Css Color HEX #921FCC Dark Orchid

📋 copy color: '#921FCC'

red 146 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #921FCC

Tints of Dark Orchid #921FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

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

R = 38.32%
G = 8.14%
B = 53.54%

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

#921FCC (or 0x921FCC) is known color: Dark Orchid. HEX triplet: 92, 1F and CC. RGB value is (146,31,204). Sum of RGB (Red+Green+Blue) = 146+31+204=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #921FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921FCC is #6DE033. Grayscale: #545454. Windows color (decimal): -7200820 or 13377426. OLE color: 13377426.

HSL color Cylindrical-coordinate representation of color #921FCC: hue angle of 279.88º 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 #921FCC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 146 31 204 -
CMYK 0.28 0.85 0 0.2
HSL 279.88º 0.74% 0.46% -
HSV(B) 279.88º 0.85% 0.8% -
XYZ 23.24 11.45 58.11 -
YUV 85.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 146 31 204 0.28 0.85 0 0.2 279.88 0.74 0.46
Hex 92 1F CC 1C 55 0 14 118 4A 2E
Octal 222 37 314 34 125 0 24 430 112 56
Binary 10010010 11111 11001100 11100 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #921FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921FCC

Black with #921FCC

Text Example


Text Example

White with #921FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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