Html Css Color HEX #920F77 Dark Purple

📋 copy color: '#920F77'

red 146 ◦ green 15 ◦ blue 119

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

Shades of Dark Purple #920F77

Tints of Dark Purple #920F77

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

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

R = 52.14%
G = 5.36%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#920F77 (or 0x920F77) is known color: Dark Purple. HEX triplet: 92, 0F and 77. RGB value is (146,15,119). Sum of RGB (Red+Green+Blue) = 146+15+119=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #920F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F77 is #6DF088. Grayscale: #414141. Windows color (decimal): -7205001 or 7802770. OLE color: 7802770.

HSL color Cylindrical-coordinate representation of color #920F77: hue angle of 312.37º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F77 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 119 -
CMYK 0 0.90 0.18 0.43
HSL 312.37º 0.81% 0.32% -
HSV(B) 312.37º 0.9% 0.57% -
XYZ 15.35 7.78 18.15 -
YUV 66.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 146 15 119 0 0.90 0.18 0.43 312.37 0.81 0.32
Hex 92 F 77 0 5A 12 2B 138 51 20
Octal 222 17 167 0 132 22 53 470 121 40
Binary 10010010 1111 1110111 0 1011010 10010 101011 100111000 1010001 100000

Color Harmonies of #920F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F77

Black with #920F77

Text Example


Text Example

White with #920F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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