Html Css Color HEX #931683 Dark Purple

📋 copy color: '#931683'

red 147 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #931683

Tints of Dark Purple #931683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 49%
G = 7.33%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#931683 (or 0x931683) is known color: Dark Purple. HEX triplet: 93, 16 and 83. RGB value is (147,22,131). Sum of RGB (Red+Green+Blue) = 147+22+131=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931683 is #6CE97C. Grayscale: #474747. Windows color (decimal): -7137661 or 8590995. OLE color: 8590995.

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

Color convert

RGB 147 22 131 -
CMYK 0 0.85 0.11 0.42
HSL 307.68º 0.74% 0.33% -
HSV(B) 307.68º 0.85% 0.58% -
XYZ 16.42 8.42 22.23 -
YUV 71.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 147 22 131 0 0.85 0.11 0.42 307.68 0.74 0.33
Hex 93 16 83 0 55 B 2A 134 4A 21
Octal 223 26 203 0 125 13 52 464 112 41
Binary 10010011 10110 10000011 0 1010101 1011 101010 100110100 1001010 100001

Color Harmonies of #931683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931683

Black with #931683

Text Example


Text Example

White with #931683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931683; }

 p { color: rgb(147,22,131); }

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

background-color css

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

 a { background-color: rgb(147,22,131); }

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

border-color css

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

 span { border-color: rgb(147,22,131); }

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