Html Css Color HEX #941970 Dark Purple

📋 copy color: '#941970'

red 148 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #941970

Tints of Dark Purple #941970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 51.93%
G = 8.77%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#941970 (or 0x941970) is known color: Dark Purple. HEX triplet: 94, 19 and 70. RGB value is (148,25,112). Sum of RGB (Red+Green+Blue) = 148+25+112=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941970 is #6BE68F. Grayscale: #474747. Windows color (decimal): -7071376 or 7346580. OLE color: 7346580.

HSL color Cylindrical-coordinate representation of color #941970: hue angle of 317.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #941970 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 112 -
CMYK 0 0.83 0.24 0.42
HSL 317.56º 0.71% 0.34% -
HSV(B) 317.56º 0.83% 0.58% -
XYZ 15.49 8.16 16.09 -
YUV 71.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 148 25 112 0 0.83 0.24 0.42 317.56 0.71 0.34
Hex 94 19 70 0 53 18 2A 13E 47 22
Octal 224 31 160 0 123 30 52 476 107 42
Binary 10010100 11001 1110000 0 1010011 11000 101010 100111110 1000111 100010

Color Harmonies of #941970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941970

Black with #941970

Text Example


Text Example

White with #941970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941970; }

 p { color: rgb(148,25,112); }

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

background-color css

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

 a { background-color: rgb(148,25,112); }

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

border-color css

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

 span { border-color: rgb(148,25,112); }

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