Html Css Color HEX #943982 Dark Purple

📋 copy color: '#943982'

red 148 ◦ green 57 ◦ blue 130

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

Shades of Dark Purple #943982

Tints of Dark Purple #943982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.81%

R = 44.18%
G = 17.01%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#943982 (or 0x943982) is known color: Dark Purple. HEX triplet: 94, 39 and 82. RGB value is (148,57,130). Sum of RGB (Red+Green+Blue) = 148+57+130=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943982 is #6BC67D. Grayscale: #5C5C5C. Windows color (decimal): -7063166 or 8534420. OLE color: 8534420.

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

Color convert

RGB 148 57 130 -
CMYK 0 0.61 0.12 0.42
HSL 311.87º 0.44% 0.4% -
HSV(B) 311.87º 0.61% 0.58% -
XYZ 17.71 10.83 22.28 -
YUV 92.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 148 57 130 0 0.61 0.12 0.42 311.87 0.44 0.4
Hex 94 39 82 0 3D C 2A 138 2C 28
Octal 224 71 202 0 75 14 52 470 54 50
Binary 10010100 111001 10000010 0 111101 1100 101010 100111000 101100 101000

Color Harmonies of #943982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943982

Black with #943982

Text Example


Text Example

White with #943982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943982; }

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

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

background-color css

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

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

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

border-color css

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

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

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