Html Css Color HEX #931481 Dark Purple

📋 copy color: '#931481'

red 147 ◦ green 20 ◦ blue 129

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

Shades of Dark Purple #931481

Tints of Dark Purple #931481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 49.66%
G = 6.76%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#931481 (or 0x931481) is known color: Dark Purple. HEX triplet: 93, 14 and 81. RGB value is (147,20,129). Sum of RGB (Red+Green+Blue) = 147+20+129=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #931481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931481 is #6CEB7E. Grayscale: #464646. Windows color (decimal): -7138175 or 8459411. OLE color: 8459411.

HSL color Cylindrical-coordinate representation of color #931481: hue angle of 308.5º 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 #931481 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 20 129 -
CMYK 0 0.86 0.12 0.42
HSL 308.5º 0.76% 0.33% -
HSV(B) 308.5º 0.86% 0.58% -
XYZ 16.25 8.29 21.51 -
YUV 70.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 147 20 129 0 0.86 0.12 0.42 308.5 0.76 0.33
Hex 93 14 81 0 56 C 2A 135 4C 21
Octal 223 24 201 0 126 14 52 465 114 41
Binary 10010011 10100 10000001 0 1010110 1100 101010 100110101 1001100 100001

Color Harmonies of #931481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931481

Black with #931481

Text Example


Text Example

White with #931481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931481; }

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

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

background-color css

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

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

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

border-color css

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

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

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