Html Css Color HEX #940B7D Dark Purple

📋 copy color: '#940B7D'

red 148 ◦ green 11 ◦ blue 125

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

Shades of Dark Purple #940B7D

Tints of Dark Purple #940B7D

RGB

 RED value IS 148 (58.2% from 255) = 52.11%

 GREEN value IS 11 (4.69% from 255) = 3.87%

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

R = 52.11%
G = 3.87%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#940B7D (or 0x940B7D) is known color: Dark Purple. HEX triplet: 94, 0B and 7D. RGB value is (148,11,125). Sum of RGB (Red+Green+Blue) = 148+11+125=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #940B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B7D is #6BF482. Grayscale: #404040. Windows color (decimal): -7074947 or 8194964. OLE color: 8194964.

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

Color convert

RGB 148 11 125 -
CMYK 0 0.93 0.16 0.42
HSL 310.07º 0.86% 0.31% -
HSV(B) 310.07º 0.93% 0.58% -
XYZ 16.03 8.02 20.1 -
YUV 64.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 148 11 125 0 0.93 0.16 0.42 310.07 0.86 0.31
Hex 94 B 7D 0 5D 10 2A 136 56 1F
Octal 224 13 175 0 135 20 52 466 126 37
Binary 10010100 1011 1111101 0 1011101 10000 101010 100110110 1010110 11111

Color Harmonies of #940B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B7D

Black with #940B7D

Text Example


Text Example

White with #940B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,11,125); }

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

background-color css

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

 a { background-color: rgb(148,11,125); }

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

border-color css

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

 span { border-color: rgb(148,11,125); }

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