Html Css Color HEX #931B7D Dark Purple

📋 copy color: '#931B7D'

red 147 ◦ green 27 ◦ blue 125

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

Shades of Dark Purple #931B7D

Tints of Dark Purple #931B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 49.16%
G = 9.03%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#931B7D (or 0x931B7D) is known color: Dark Purple. HEX triplet: 93, 1B and 7D. RGB value is (147,27,125). Sum of RGB (Red+Green+Blue) = 147+27+125=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #931B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931B7D is #6CE482. Grayscale: #494949. Windows color (decimal): -7136387 or 8199059. OLE color: 8199059.

HSL color Cylindrical-coordinate representation of color #931B7D: hue angle of 311º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931B7D is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 27 125 -
CMYK 0 0.82 0.15 0.42
HSL 311º 0.69% 0.34% -
HSV(B) 311º 0.82% 0.58% -
XYZ 16.13 8.47 20.19 -
YUV 74.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 147 27 125 0 0.82 0.15 0.42 311 0.69 0.34
Hex 93 1B 7D 0 52 F 2A 137 45 22
Octal 223 33 175 0 122 17 52 467 105 42
Binary 10010011 11011 1111101 0 1010010 1111 101010 100110111 1000101 100010

Color Harmonies of #931B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931B7D

Black with #931B7D

Text Example


Text Example

White with #931B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931B7D; }

 p { color: rgb(147,27,125); }

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

background-color css

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

 a { background-color: rgb(147,27,125); }

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

border-color css

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

 span { border-color: rgb(147,27,125); }

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