Html Css Color HEX #931484 Dark Purple

📋 copy color: '#931484'

red 147 ◦ green 20 ◦ blue 132

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

Shades of Dark Purple #931484

Tints of Dark Purple #931484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 49.16%
G = 6.69%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#931484 (or 0x931484) is known color: Dark Purple. HEX triplet: 93, 14 and 84. RGB value is (147,20,132). Sum of RGB (Red+Green+Blue) = 147+20+132=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #931484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931484 is #6CEB7B. Grayscale: #464646. Windows color (decimal): -7138172 or 8656019. OLE color: 8656019.

HSL color Cylindrical-coordinate representation of color #931484: hue angle of 307.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931484 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 20 132 -
CMYK 0 0.86 0.10 0.42
HSL 307.09º 0.76% 0.33% -
HSV(B) 307.09º 0.86% 0.58% -
XYZ 16.45 8.37 22.58 -
YUV 70.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 147 20 132 0 0.86 0.10 0.42 307.09 0.76 0.33
Hex 93 14 84 0 56 A 2A 133 4C 21
Octal 223 24 204 0 126 12 52 463 114 41
Binary 10010011 10100 10000100 0 1010110 1010 101010 100110011 1001100 100001

Color Harmonies of #931484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931484

Black with #931484

Text Example


Text Example

White with #931484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931484; }

 p { color: rgb(147,20,132); }

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

background-color css

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

 a { background-color: rgb(147,20,132); }

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

border-color css

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

 span { border-color: rgb(147,20,132); }

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