Html Css Color HEX #93246F Dark Purple

📋 copy color: '#93246F'

red 147 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #93246F

Tints of Dark Purple #93246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 50%
G = 12.24%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93246F (or 0x93246F) is known color: Dark Purple. HEX triplet: 93, 24 and 6F. RGB value is (147,36,111). Sum of RGB (Red+Green+Blue) = 147+36+111=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93246F is #6CDB90. Grayscale: #4D4D4D. Windows color (decimal): -7134097 or 7283859. OLE color: 7283859.

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

Color convert

RGB 147 36 111 -
CMYK 0 0.76 0.24 0.42
HSL 319.46º 0.61% 0.36% -
HSV(B) 319.46º 0.76% 0.58% -
XYZ 15.53 8.61 15.88 -
YUV 77.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 147 36 111 0 0.76 0.24 0.42 319.46 0.61 0.36
Hex 93 24 6F 0 4C 18 2A 13F 3D 24
Octal 223 44 157 0 114 30 52 477 75 44
Binary 10010011 100100 1101111 0 1001100 11000 101010 100111111 111101 100100

Color Harmonies of #93246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93246F

Black with #93246F

Text Example


Text Example

White with #93246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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