Html Css Color HEX #930E7E Dark Purple

📋 copy color: '#930E7E'

red 147 ◦ green 14 ◦ blue 126

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

Shades of Dark Purple #930E7E

Tints of Dark Purple #930E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.88%

 BLUE value IS 126 (49.61% from 255) = 43.9%

R = 51.22%
G = 4.88%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#930E7E (or 0x930E7E) is known color: Dark Purple. HEX triplet: 93, 0E and 7E. RGB value is (147,14,126). Sum of RGB (Red+Green+Blue) = 147+14+126=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #930E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930E7E is #6CF181. Grayscale: #424242. Windows color (decimal): -7139714 or 8261267. OLE color: 8261267.

HSL color Cylindrical-coordinate representation of color #930E7E: hue angle of 309.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930E7E is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 14 126 -
CMYK 0 0.90 0.14 0.42
HSL 309.47º 0.83% 0.32% -
HSV(B) 309.47º 0.9% 0.58% -
XYZ 15.96 8.02 20.45 -
YUV 66.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 147 14 126 0 0.90 0.14 0.42 309.47 0.83 0.32
Hex 93 E 7E 0 5A E 2A 135 53 20
Octal 223 16 176 0 132 16 52 465 123 40
Binary 10010011 1110 1111110 0 1011010 1110 101010 100110101 1010011 100000

Color Harmonies of #930E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930E7E

Black with #930E7E

Text Example


Text Example

White with #930E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,14,126); }

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

background-color css

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

 a { background-color: rgb(147,14,126); }

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

border-color css

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

 span { border-color: rgb(147,14,126); }

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