Html Css Color HEX #920D76 Dark Purple

📋 copy color: '#920D76'

red 146 ◦ green 13 ◦ blue 118

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

Shades of Dark Purple #920D76

Tints of Dark Purple #920D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

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

R = 52.71%
G = 4.69%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#920D76 (or 0x920D76) is known color: Dark Purple. HEX triplet: 92, 0D and 76. RGB value is (146,13,118). Sum of RGB (Red+Green+Blue) = 146+13+118=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #920D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D76 is #6DF289. Grayscale: #404040. Windows color (decimal): -7205514 or 7736722. OLE color: 7736722.

HSL color Cylindrical-coordinate representation of color #920D76: hue angle of 312.63º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D76 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 118 -
CMYK 0 0.91 0.19 0.43
HSL 312.63º 0.84% 0.31% -
HSV(B) 312.63º 0.91% 0.57% -
XYZ 15.27 7.71 17.82 -
YUV 64.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 146 13 118 0 0.91 0.19 0.43 312.63 0.84 0.31
Hex 92 D 76 0 5B 13 2B 139 54 1F
Octal 222 15 166 0 133 23 53 471 124 37
Binary 10010010 1101 1110110 0 1011011 10011 101011 100111001 1010100 11111

Color Harmonies of #920D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D76

Black with #920D76

Text Example


Text Example

White with #920D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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