Html Css Color HEX #92337D Dark Purple

📋 copy color: '#92337D'

red 146 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #92337D

Tints of Dark Purple #92337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 45.34%
G = 15.84%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92337D (or 0x92337D) is known color: Dark Purple. HEX triplet: 92, 33 and 7D. RGB value is (146,51,125). Sum of RGB (Red+Green+Blue) = 146+51+125=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92337D is #6DCC82. Grayscale: #575757. Windows color (decimal): -7195779 or 8205202. OLE color: 8205202.

HSL color Cylindrical-coordinate representation of color #92337D: hue angle of 313.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92337D is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 51 125 -
CMYK 0 0.65 0.14 0.43
HSL 313.26º 0.48% 0.39% -
HSV(B) 313.26º 0.65% 0.57% -
XYZ 16.74 9.96 20.44 -
YUV 87.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 146 51 125 0 0.65 0.14 0.43 313.26 0.48 0.39
Hex 92 33 7D 0 41 E 2B 139 30 27
Octal 222 63 175 0 101 16 53 471 60 47
Binary 10010010 110011 1111101 0 1000001 1110 101011 100111001 110000 100111

Color Harmonies of #92337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92337D

Black with #92337D

Text Example


Text Example

White with #92337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92337D; }

 p { color: rgb(146,51,125); }

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

background-color css

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

 a { background-color: rgb(146,51,125); }

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

border-color css

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

 span { border-color: rgb(146,51,125); }

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