Html Css Color HEX #92377F Dark Purple

📋 copy color: '#92377F'

red 146 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #92377F

Tints of Dark Purple #92377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

 BLUE value IS 127 (50% from 255) = 38.72%

R = 44.51%
G = 16.77%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#92377F (or 0x92377F) is known color: Dark Purple. HEX triplet: 92, 37 and 7F. RGB value is (146,55,127). Sum of RGB (Red+Green+Blue) = 146+55+127=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92377F is #6DC880. Grayscale: #5A5A5A. Windows color (decimal): -7194753 or 8337298. OLE color: 8337298.

HSL color Cylindrical-coordinate representation of color #92377F: hue angle of 312.53º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92377F is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 55 127 -
CMYK 0 0.62 0.13 0.43
HSL 312.53º 0.45% 0.39% -
HSV(B) 312.53º 0.62% 0.57% -
XYZ 17.05 10.38 21.18 -
YUV 90.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 146 55 127 0 0.62 0.13 0.43 312.53 0.45 0.39
Hex 92 37 7F 0 3E D 2B 139 2D 27
Octal 222 67 177 0 76 15 53 471 55 47
Binary 10010010 110111 1111111 0 111110 1101 101011 100111001 101101 100111

Color Harmonies of #92377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92377F

Black with #92377F

Text Example


Text Example

White with #92377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92377F; }

 p { color: rgb(146,55,127); }

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

background-color css

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

 a { background-color: rgb(146,55,127); }

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

border-color css

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

 span { border-color: rgb(146,55,127); }

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