Html Css Color HEX #943188 Dark Purple

📋 copy color: '#943188'

red 148 ◦ green 49 ◦ blue 136

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

Shades of Dark Purple #943188

Tints of Dark Purple #943188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.71%

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

R = 44.44%
G = 14.71%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#943188 (or 0x943188) is known color: Dark Purple. HEX triplet: 94, 31 and 88. RGB value is (148,49,136). Sum of RGB (Red+Green+Blue) = 148+49+136=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943188 is #6BCE77. Grayscale: #585858. Windows color (decimal): -7065208 or 8925588. OLE color: 8925588.

HSL color Cylindrical-coordinate representation of color #943188: hue angle of 307.27º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943188 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 136 -
CMYK 0 0.67 0.08 0.42
HSL 307.27º 0.5% 0.39% -
HSV(B) 307.27º 0.67% 0.58% -
XYZ 17.75 10.27 24.34 -
YUV 88.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 148 49 136 0 0.67 0.08 0.42 307.27 0.5 0.39
Hex 94 31 88 0 43 8 2A 133 32 27
Octal 224 61 210 0 103 10 52 463 62 47
Binary 10010100 110001 10001000 0 1000011 1000 101010 100110011 110010 100111

Color Harmonies of #943188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943188

Black with #943188

Text Example


Text Example

White with #943188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943188; }

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

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

background-color css

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

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

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

border-color css

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

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

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