Html Css Color HEX #942970 Dark Purple

📋 copy color: '#942970'

red 148 ◦ green 41 ◦ blue 112

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

Shades of Dark Purple #942970

Tints of Dark Purple #942970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 49.17%
G = 13.62%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#942970 (or 0x942970) is known color: Dark Purple. HEX triplet: 94, 29 and 70. RGB value is (148,41,112). Sum of RGB (Red+Green+Blue) = 148+41+112=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942970 is #6BD68F. Grayscale: #505050. Windows color (decimal): -7067280 or 7350676. OLE color: 7350676.

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

Color convert

RGB 148 41 112 -
CMYK 0 0.72 0.24 0.42
HSL 320.19º 0.57% 0.37% -
HSV(B) 320.19º 0.72% 0.58% -
XYZ 15.93 9.05 16.24 -
YUV 81.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 148 41 112 0 0.72 0.24 0.42 320.19 0.57 0.37
Hex 94 29 70 0 48 18 2A 140 39 25
Octal 224 51 160 0 110 30 52 500 71 45
Binary 10010100 101001 1110000 0 1001000 11000 101010 101000000 111001 100101

Color Harmonies of #942970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942970

Black with #942970

Text Example


Text Example

White with #942970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942970; }

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

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

background-color css

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

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

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

border-color css

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

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

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