Html Css Color HEX #922976 Dark Purple

📋 copy color: '#922976'

red 146 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #922976

Tints of Dark Purple #922976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 47.87%
G = 13.44%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#922976 (or 0x922976) is known color: Dark Purple. HEX triplet: 92, 29 and 76. RGB value is (146,41,118). Sum of RGB (Red+Green+Blue) = 146+41+118=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #922976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922976 is #6DD689. Grayscale: #505050. Windows color (decimal): -7198346 or 7743890. OLE color: 7743890.

HSL color Cylindrical-coordinate representation of color #922976: hue angle of 316º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922976 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 41 118 -
CMYK 0 0.72 0.19 0.43
HSL 316º 0.56% 0.37% -
HSV(B) 316º 0.72% 0.57% -
XYZ 15.92 9 18.04 -
YUV 81.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 146 41 118 0 0.72 0.19 0.43 316 0.56 0.37
Hex 92 29 76 0 48 13 2B 13C 38 25
Octal 222 51 166 0 110 23 53 474 70 45
Binary 10010010 101001 1110110 0 1001000 10011 101011 100111100 111000 100101

Color Harmonies of #922976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922976

Black with #922976

Text Example


Text Example

White with #922976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922976; }

 p { color: rgb(146,41,118); }

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

background-color css

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

 a { background-color: rgb(146,41,118); }

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

border-color css

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

 span { border-color: rgb(146,41,118); }

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