Html Css Color HEX #92367D Dark Purple

📋 copy color: '#92367D'

red 146 ◦ green 54 ◦ blue 125

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

Shades of Dark Purple #92367D

Tints of Dark Purple #92367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

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

R = 44.92%
G = 16.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#92367D (or 0x92367D) is known color: Dark Purple. HEX triplet: 92, 36 and 7D. RGB value is (146,54,125). Sum of RGB (Red+Green+Blue) = 146+54+125=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92367D is #6DC982. Grayscale: #595959. Windows color (decimal): -7195011 or 8205970. OLE color: 8205970.

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

Color convert

RGB 146 54 125 -
CMYK 0 0.63 0.14 0.43
HSL 313.7º 0.46% 0.39% -
HSV(B) 313.7º 0.63% 0.57% -
XYZ 16.87 10.23 20.49 -
YUV 89.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 146 54 125 0 0.63 0.14 0.43 313.7 0.46 0.39
Hex 92 36 7D 0 3F E 2B 13A 2E 27
Octal 222 66 175 0 77 16 53 472 56 47
Binary 10010010 110110 1111101 0 111111 1110 101011 100111010 101110 100111

Color Harmonies of #92367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92367D

Black with #92367D

Text Example


Text Example

White with #92367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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