Html Css Color HEX #92317C Dark Purple

📋 copy color: '#92317C'

red 146 ◦ green 49 ◦ blue 124

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

Shades of Dark Purple #92317C

Tints of Dark Purple #92317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.36%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 45.77%
G = 15.36%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#92317C (or 0x92317C) is known color: Dark Purple. HEX triplet: 92, 31 and 7C. RGB value is (146,49,124). Sum of RGB (Red+Green+Blue) = 146+49+124=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #92317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92317C is #6DCE83. Grayscale: #565656. Windows color (decimal): -7196292 or 8139154. OLE color: 8139154.

HSL color Cylindrical-coordinate representation of color #92317C: hue angle of 313.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92317C is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 49 124 -
CMYK 0 0.66 0.15 0.43
HSL 313.61º 0.5% 0.38% -
HSV(B) 313.61º 0.66% 0.57% -
XYZ 16.59 9.76 20.08 -
YUV 86.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 146 49 124 0 0.66 0.15 0.43 313.61 0.5 0.38
Hex 92 31 7C 0 42 F 2B 13A 32 26
Octal 222 61 174 0 102 17 53 472 62 46
Binary 10010010 110001 1111100 0 1000010 1111 101011 100111010 110010 100110

Color Harmonies of #92317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92317C

Black with #92317C

Text Example


Text Example

White with #92317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92317C; }

 p { color: rgb(146,49,124); }

 H1.HeaderClassName
 {
   color: #92317C;
 }
 .AnyTagClassName
 {
   color: #92317C;
 }
</style>

background-color css

<style>
 a { background-color: #92317C; }

 a { background-color: rgb(146,49,124); }

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

border-color css

<style>
 span { border-color: #92317C; }

 span { border-color: rgb(146,49,124); }

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