Html Css Color HEX #930D7C Dark Purple

📋 copy color: '#930D7C'

red 147 ◦ green 13 ◦ blue 124

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

Shades of Dark Purple #930D7C

Tints of Dark Purple #930D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 51.76%
G = 4.58%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#930D7C (or 0x930D7C) is known color: Dark Purple. HEX triplet: 93, 0D and 7C. RGB value is (147,13,124). Sum of RGB (Red+Green+Blue) = 147+13+124=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #930D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930D7C is #6CF283. Grayscale: #414141. Windows color (decimal): -7139972 or 8129939. OLE color: 8129939.

HSL color Cylindrical-coordinate representation of color #930D7C: hue angle of 310.3º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #930D7C is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 13 124 -
CMYK 0 0.91 0.16 0.42
HSL 310.3º 0.84% 0.31% -
HSV(B) 310.3º 0.91% 0.58% -
XYZ 15.81 7.95 19.77 -
YUV 65.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 147 13 124 0 0.91 0.16 0.42 310.3 0.84 0.31
Hex 93 D 7C 0 5B 10 2A 136 54 1F
Octal 223 15 174 0 133 20 52 466 124 37
Binary 10010011 1101 1111100 0 1011011 10000 101010 100110110 1010100 11111

Color Harmonies of #930D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930D7C

Black with #930D7C

Text Example


Text Example

White with #930D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930D7C; }

 p { color: rgb(147,13,124); }

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

background-color css

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

 a { background-color: rgb(147,13,124); }

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

border-color css

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

 span { border-color: rgb(147,13,124); }

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