Html Css Color HEX #940D7B Dark Purple

📋 copy color: '#940D7B'

red 148 ◦ green 13 ◦ blue 123

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

Shades of Dark Purple #940D7B

Tints of Dark Purple #940D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 52.11%
G = 4.58%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#940D7B (or 0x940D7B) is known color: Dark Purple. HEX triplet: 94, 0D and 7B. RGB value is (148,13,123). Sum of RGB (Red+Green+Blue) = 148+13+123=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #940D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D7B is #6BF284. Grayscale: #414141. Windows color (decimal): -7074437 or 8064404. OLE color: 8064404.

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

Color convert

RGB 148 13 123 -
CMYK 0 0.91 0.17 0.42
HSL 311.11º 0.84% 0.32% -
HSV(B) 311.11º 0.91% 0.58% -
XYZ 15.93 8.01 19.45 -
YUV 65.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 148 13 123 0 0.91 0.17 0.42 311.11 0.84 0.32
Hex 94 D 7B 0 5B 11 2A 137 54 20
Octal 224 15 173 0 133 21 52 467 124 40
Binary 10010100 1101 1111011 0 1011011 10001 101010 100110111 1010100 100000

Color Harmonies of #940D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D7B

Black with #940D7B

Text Example


Text Example

White with #940D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,13,123); }

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

background-color css

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

 a { background-color: rgb(148,13,123); }

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

border-color css

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

 span { border-color: rgb(148,13,123); }

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