Html Css Color HEX #93246C Dark Purple

📋 copy color: '#93246C'

red 147 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #93246C

Tints of Dark Purple #93246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.11%

R = 50.52%
G = 12.37%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93246C (or 0x93246C) is known color: Dark Purple. HEX triplet: 93, 24 and 6C. RGB value is (147,36,108). Sum of RGB (Red+Green+Blue) = 147+36+108=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93246C is #6CDB93. Grayscale: #4D4D4D. Windows color (decimal): -7134100 or 7087251. OLE color: 7087251.

HSL color Cylindrical-coordinate representation of color #93246C: hue angle of 321.08º 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 #93246C is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 36 108 -
CMYK 0 0.76 0.27 0.42
HSL 321.08º 0.61% 0.36% -
HSV(B) 321.08º 0.76% 0.58% -
XYZ 15.37 8.55 15.03 -
YUV 77.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 147 36 108 0 0.76 0.27 0.42 321.08 0.61 0.36
Hex 93 24 6C 0 4C 1B 2A 141 3D 24
Octal 223 44 154 0 114 33 52 501 75 44
Binary 10010011 100100 1101100 0 1001100 11011 101010 101000001 111101 100100

Color Harmonies of #93246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93246C

Black with #93246C

Text Example


Text Example

White with #93246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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