Html Css Color HEX #940A7B Dark Purple

📋 copy color: '#940A7B'

red 148 ◦ green 10 ◦ blue 123

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

Shades of Dark Purple #940A7B

Tints of Dark Purple #940A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

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

R = 52.67%
G = 3.56%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#940A7B (or 0x940A7B) is known color: Dark Purple. HEX triplet: 94, 0A and 7B. RGB value is (148,10,123). Sum of RGB (Red+Green+Blue) = 148+10+123=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #940A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A7B is #6BF584. Grayscale: #3F3F3F. Windows color (decimal): -7075205 or 8063636. OLE color: 8063636.

HSL color Cylindrical-coordinate representation of color #940A7B: hue angle of 310.87º degrees, saturation: 0.87, 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 #940A7B is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 123 -
CMYK 0 0.93 0.17 0.42
HSL 310.87º 0.87% 0.31% -
HSV(B) 310.87º 0.93% 0.58% -
XYZ 15.9 7.94 19.43 -
YUV 64.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 148 10 123 0 0.93 0.17 0.42 310.87 0.87 0.31
Hex 94 A 7B 0 5D 11 2A 137 57 1F
Octal 224 12 173 0 135 21 52 467 127 37
Binary 10010100 1010 1111011 0 1011101 10001 101010 100110111 1010111 11111

Color Harmonies of #940A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A7B

Black with #940A7B

Text Example


Text Example

White with #940A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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