Html Css Color HEX #943975 Dark Purple

📋 copy color: '#943975'

red 148 ◦ green 57 ◦ blue 117

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

Shades of Dark Purple #943975

Tints of Dark Purple #943975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 45.96%
G = 17.7%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#943975 (or 0x943975) is known color: Dark Purple. HEX triplet: 94, 39 and 75. RGB value is (148,57,117). Sum of RGB (Red+Green+Blue) = 148+57+117=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #943975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943975 is #6BC68A. Grayscale: #5A5A5A. Windows color (decimal): -7063179 or 7682452. OLE color: 7682452.

HSL color Cylindrical-coordinate representation of color #943975: hue angle of 320.44º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943975 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 57 117 -
CMYK 0 0.61 0.21 0.42
HSL 320.44º 0.44% 0.4% -
HSV(B) 320.44º 0.61% 0.58% -
XYZ 16.89 10.51 17.97 -
YUV 91.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 148 57 117 0 0.61 0.21 0.42 320.44 0.44 0.4
Hex 94 39 75 0 3D 15 2A 140 2C 28
Octal 224 71 165 0 75 25 52 500 54 50
Binary 10010100 111001 1110101 0 111101 10101 101010 101000000 101100 101000

Color Harmonies of #943975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943975

Black with #943975

Text Example


Text Example

White with #943975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943975; }

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

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

background-color css

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

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

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

border-color css

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

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

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