Html Css Color HEX #943988 Dark Purple

📋 copy color: '#943988'

red 148 ◦ green 57 ◦ blue 136

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

Shades of Dark Purple #943988

Tints of Dark Purple #943988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 43.4%
G = 16.72%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#943988 (or 0x943988) is known color: Dark Purple. HEX triplet: 94, 39 and 88. RGB value is (148,57,136). Sum of RGB (Red+Green+Blue) = 148+57+136=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #943988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943988 is #6BC677. Grayscale: #5C5C5C. Windows color (decimal): -7063160 or 8927636. OLE color: 8927636.

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

Color convert

RGB 148 57 136 -
CMYK 0 0.61 0.08 0.42
HSL 307.91º 0.44% 0.4% -
HSV(B) 307.91º 0.61% 0.58% -
XYZ 18.12 11 24.46 -
YUV 93.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 148 57 136 0 0.61 0.08 0.42 307.91 0.44 0.4
Hex 94 39 88 0 3D 8 2A 134 2C 28
Octal 224 71 210 0 75 10 52 464 54 50
Binary 10010100 111001 10001000 0 111101 1000 101010 100110100 101100 101000

Color Harmonies of #943988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943988

Black with #943988

Text Example


Text Example

White with #943988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943988; }

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

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

background-color css

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

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

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

border-color css

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

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

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