Html Css Color HEX #921381 Dark Purple

📋 copy color: '#921381'

red 146 ◦ green 19 ◦ blue 129

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

Shades of Dark Purple #921381

Tints of Dark Purple #921381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 49.66%
G = 6.46%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#921381 (or 0x921381) is known color: Dark Purple. HEX triplet: 92, 13 and 81. RGB value is (146,19,129). Sum of RGB (Red+Green+Blue) = 146+19+129=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #921381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921381 is #6DEC7E. Grayscale: #454545. Windows color (decimal): -7203967 or 8459154. OLE color: 8459154.

HSL color Cylindrical-coordinate representation of color #921381: hue angle of 308.03º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921381 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 19 129 -
CMYK 0 0.87 0.12 0.43
HSL 308.03º 0.77% 0.32% -
HSV(B) 308.03º 0.87% 0.57% -
XYZ 16.05 8.16 21.5 -
YUV 69.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 146 19 129 0 0.87 0.12 0.43 308.03 0.77 0.32
Hex 92 13 81 0 57 C 2B 134 4D 20
Octal 222 23 201 0 127 14 53 464 115 40
Binary 10010010 10011 10000001 0 1010111 1100 101011 100110100 1001101 100000

Color Harmonies of #921381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921381

Black with #921381

Text Example


Text Example

White with #921381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921381; }

 p { color: rgb(146,19,129); }

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

background-color css

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

 a { background-color: rgb(146,19,129); }

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

border-color css

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

 span { border-color: rgb(146,19,129); }

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