Html Css Color HEX #93127A Dark Purple

📋 copy color: '#93127A'

red 147 ◦ green 18 ◦ blue 122

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

Shades of Dark Purple #93127A

Tints of Dark Purple #93127A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 51.22%
G = 6.27%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93127A (or 0x93127A) is known color: Dark Purple. HEX triplet: 93, 12 and 7A. RGB value is (147,18,122). Sum of RGB (Red+Green+Blue) = 147+18+122=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93127A is #6CED85. Grayscale: #444444. Windows color (decimal): -7138694 or 8000147. OLE color: 8000147.

HSL color Cylindrical-coordinate representation of color #93127A: hue angle of 311.63º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93127A is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 18 122 -
CMYK 0 0.88 0.17 0.42
HSL 311.63º 0.78% 0.32% -
HSV(B) 311.63º 0.88% 0.58% -
XYZ 15.76 8.04 19.13 -
YUV 68.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 147 18 122 0 0.88 0.17 0.42 311.63 0.78 0.32
Hex 93 12 7A 0 58 11 2A 138 4E 20
Octal 223 22 172 0 130 21 52 470 116 40
Binary 10010011 10010 1111010 0 1011000 10001 101010 100111000 1001110 100000

Color Harmonies of #93127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93127A

Black with #93127A

Text Example


Text Example

White with #93127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93127A; }

 p { color: rgb(147,18,122); }

 H1.HeaderClassName
 {
   color: #93127A;
 }
 .AnyTagClassName
 {
   color: #93127A;
 }
</style>

background-color css

<style>
 a { background-color: #93127A; }

 a { background-color: rgb(147,18,122); }

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

border-color css

<style>
 span { border-color: #93127A; }

 span { border-color: rgb(147,18,122); }

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