Html Css Color HEX #93276F Dark Purple

📋 copy color: '#93276F'

red 147 ◦ green 39 ◦ blue 111

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

Shades of Dark Purple #93276F

Tints of Dark Purple #93276F

RGB

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

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

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

R = 49.49%
G = 13.13%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93276F (or 0x93276F) is known color: Dark Purple. HEX triplet: 93, 27 and 6F. RGB value is (147,39,111). Sum of RGB (Red+Green+Blue) = 147+39+111=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93276F is #6CD890. Grayscale: #4F4F4F. Windows color (decimal): -7133329 or 7284627. OLE color: 7284627.

HSL color Cylindrical-coordinate representation of color #93276F: hue angle of 320º 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 #93276F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 39 111 -
CMYK 0 0.73 0.24 0.42
HSL 320º 0.58% 0.36% -
HSV(B) 320º 0.73% 0.58% -
XYZ 15.63 8.8 15.91 -
YUV 79.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 147 39 111 0 0.73 0.24 0.42 320 0.58 0.36
Hex 93 27 6F 0 49 18 2A 140 3A 24
Octal 223 47 157 0 111 30 52 500 72 44
Binary 10010011 100111 1101111 0 1001001 11000 101010 101000000 111010 100100

Color Harmonies of #93276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93276F

Black with #93276F

Text Example


Text Example

White with #93276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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