Html Css Color HEX #921481 Dark Purple

📋 copy color: '#921481'

red 146 ◦ green 20 ◦ blue 129

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

Shades of Dark Purple #921481

Tints of Dark Purple #921481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

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

R = 49.49%
G = 6.78%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#921481 (or 0x921481) is known color: Dark Purple. HEX triplet: 92, 14 and 81. RGB value is (146,20,129). Sum of RGB (Red+Green+Blue) = 146+20+129=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #921481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921481 is #6DEB7E. Grayscale: #454545. Windows color (decimal): -7203711 or 8459410. OLE color: 8459410.

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

Color convert

RGB 146 20 129 -
CMYK 0 0.86 0.12 0.43
HSL 308.1º 0.76% 0.33% -
HSV(B) 308.1º 0.86% 0.57% -
XYZ 16.07 8.2 21.5 -
YUV 70.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 146 20 129 0 0.86 0.12 0.43 308.1 0.76 0.33
Hex 92 14 81 0 56 C 2B 134 4C 21
Octal 222 24 201 0 126 14 53 464 114 41
Binary 10010010 10100 10000001 0 1010110 1100 101011 100110100 1001100 100001

Color Harmonies of #921481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921481

Black with #921481

Text Example


Text Example

White with #921481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921481; }

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

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

background-color css

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

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

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

border-color css

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

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

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