Html Css Color HEX #941975 Dark Purple

📋 copy color: '#941975'

red 148 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #941975

Tints of Dark Purple #941975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 51.03%
G = 8.62%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#941975 (or 0x941975) is known color: Dark Purple. HEX triplet: 94, 19 and 75. RGB value is (148,25,117). Sum of RGB (Red+Green+Blue) = 148+25+117=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #941975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941975 is #6BE68A. Grayscale: #484848. Windows color (decimal): -7071371 or 7674260. OLE color: 7674260.

HSL color Cylindrical-coordinate representation of color #941975: hue angle of 315.12º 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 #941975 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 117 -
CMYK 0 0.83 0.21 0.42
HSL 315.12º 0.71% 0.34% -
HSV(B) 315.12º 0.83% 0.58% -
XYZ 15.77 8.28 17.6 -
YUV 72.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 148 25 117 0 0.83 0.21 0.42 315.12 0.71 0.34
Hex 94 19 75 0 53 15 2A 13B 47 22
Octal 224 31 165 0 123 25 52 473 107 42
Binary 10010100 11001 1110101 0 1010011 10101 101010 100111011 1000111 100010

Color Harmonies of #941975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941975

Black with #941975

Text Example


Text Example

White with #941975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941975; }

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

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

background-color css

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

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

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

border-color css

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

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

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