Html Css Color HEX #93196F Dark Purple

📋 copy color: '#93196F'

red 147 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #93196F

Tints of Dark Purple #93196F

RGB

 RED value IS 147 (57.81% from 255) = 51.94%

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 51.94%
G = 8.83%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93196F (or 0x93196F) is known color: Dark Purple. HEX triplet: 93, 19 and 6F. RGB value is (147,25,111). Sum of RGB (Red+Green+Blue) = 147+25+111=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #93196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93196F is #6CE690. Grayscale: #474747. Windows color (decimal): -7136913 or 7281043. OLE color: 7281043.

HSL color Cylindrical-coordinate representation of color #93196F: hue angle of 317.7º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93196F is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 25 111 -
CMYK 0 0.83 0.24 0.42
HSL 317.7º 0.71% 0.34% -
HSV(B) 317.7º 0.83% 0.58% -
XYZ 15.25 8.05 15.79 -
YUV 71.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 147 25 111 0 0.83 0.24 0.42 317.7 0.71 0.34
Hex 93 19 6F 0 53 18 2A 13E 47 22
Octal 223 31 157 0 123 30 52 476 107 42
Binary 10010011 11001 1101111 0 1010011 11000 101010 100111110 1000111 100010

Color Harmonies of #93196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93196F

Black with #93196F

Text Example


Text Example

White with #93196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,25,111); }

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

background-color css

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

 a { background-color: rgb(147,25,111); }

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

border-color css

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

 span { border-color: rgb(147,25,111); }

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