Html Css Color HEX #920D77 Dark Purple

📋 copy color: '#920D77'

red 146 ◦ green 13 ◦ blue 119

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

Shades of Dark Purple #920D77

Tints of Dark Purple #920D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 52.52%
G = 4.68%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#920D77 (or 0x920D77) is known color: Dark Purple. HEX triplet: 92, 0D and 77. RGB value is (146,13,119). Sum of RGB (Red+Green+Blue) = 146+13+119=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #920D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D77 is #6DF288. Grayscale: #404040. Windows color (decimal): -7205513 or 7802258. OLE color: 7802258.

HSL color Cylindrical-coordinate representation of color #920D77: hue angle of 312.18º 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 #920D77 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 119 -
CMYK 0 0.91 0.18 0.43
HSL 312.18º 0.84% 0.31% -
HSV(B) 312.18º 0.91% 0.57% -
XYZ 15.33 7.73 18.14 -
YUV 64.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 146 13 119 0 0.91 0.18 0.43 312.18 0.84 0.31
Hex 92 D 77 0 5B 12 2B 138 54 1F
Octal 222 15 167 0 133 22 53 470 124 37
Binary 10010010 1101 1110111 0 1011011 10010 101011 100111000 1010100 11111

Color Harmonies of #920D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D77

Black with #920D77

Text Example


Text Example

White with #920D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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