Html Css Color HEX #930D7D Dark Purple

📋 copy color: '#930D7D'

red 147 ◦ green 13 ◦ blue 125

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

Shades of Dark Purple #930D7D

Tints of Dark Purple #930D7D

RGB

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

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

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

R = 51.58%
G = 4.56%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#930D7D (or 0x930D7D) is known color: Dark Purple. HEX triplet: 93, 0D and 7D. RGB value is (147,13,125). Sum of RGB (Red+Green+Blue) = 147+13+125=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #930D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930D7D is #6CF282. Grayscale: #414141. Windows color (decimal): -7139971 or 8195475. OLE color: 8195475.

HSL color Cylindrical-coordinate representation of color #930D7D: hue angle of 309.85º 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 #930D7D is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 13 125 -
CMYK 0 0.91 0.15 0.42
HSL 309.85º 0.84% 0.31% -
HSV(B) 309.85º 0.91% 0.58% -
XYZ 15.88 7.97 20.1 -
YUV 65.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 147 13 125 0 0.91 0.15 0.42 309.85 0.84 0.31
Hex 93 D 7D 0 5B F 2A 136 54 1F
Octal 223 15 175 0 133 17 52 466 124 37
Binary 10010011 1101 1111101 0 1011011 1111 101010 100110110 1010100 11111

Color Harmonies of #930D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930D7D

Black with #930D7D

Text Example


Text Example

White with #930D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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