Html Css Color HEX #93276C Dark Purple

📋 copy color: '#93276C'

red 147 ◦ green 39 ◦ blue 108

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

Shades of Dark Purple #93276C

Tints of Dark Purple #93276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 50%
G = 13.27%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93276C (or 0x93276C) is known color: Dark Purple. HEX triplet: 93, 27 and 6C. RGB value is (147,39,108). Sum of RGB (Red+Green+Blue) = 147+39+108=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93276C is #6CD893. Grayscale: #4E4E4E. Windows color (decimal): -7133332 or 7088019. OLE color: 7088019.

HSL color Cylindrical-coordinate representation of color #93276C: hue angle of 321.67º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93276C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 39 108 -
CMYK 0 0.73 0.27 0.42
HSL 321.67º 0.58% 0.36% -
HSV(B) 321.67º 0.73% 0.58% -
XYZ 15.46 8.74 15.06 -
YUV 79.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 147 39 108 0 0.73 0.27 0.42 321.67 0.58 0.36
Hex 93 27 6C 0 49 1B 2A 142 3A 24
Octal 223 47 154 0 111 33 52 502 72 44
Binary 10010011 100111 1101100 0 1001001 11011 101010 101000010 111010 100100

Color Harmonies of #93276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93276C

Black with #93276C

Text Example


Text Example

White with #93276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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