Html Css Color HEX #943084 Dark Purple

📋 copy color: '#943084'

red 148 ◦ green 48 ◦ blue 132

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

Shades of Dark Purple #943084

Tints of Dark Purple #943084

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 132 (51.95% from 255) = 40.24%

R = 45.12%
G = 14.63%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#943084 (or 0x943084) is known color: Dark Purple. HEX triplet: 94, 30 and 84. RGB value is (148,48,132). Sum of RGB (Red+Green+Blue) = 148+48+132=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #943084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943084 is #6BCF7B. Grayscale: #575757. Windows color (decimal): -7065468 or 8663188. OLE color: 8663188.

HSL color Cylindrical-coordinate representation of color #943084: hue angle of 309.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943084 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 132 -
CMYK 0 0.68 0.11 0.42
HSL 309.6º 0.51% 0.38% -
HSV(B) 309.6º 0.68% 0.58% -
XYZ 17.43 10.08 22.86 -
YUV 87.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 148 48 132 0 0.68 0.11 0.42 309.6 0.51 0.38
Hex 94 30 84 0 44 B 2A 136 33 26
Octal 224 60 204 0 104 13 52 466 63 46
Binary 10010100 110000 10000100 0 1000100 1011 101010 100110110 110011 100110

Color Harmonies of #943084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943084

Black with #943084

Text Example


Text Example

White with #943084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943084; }

 p { color: rgb(148,48,132); }

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

background-color css

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

 a { background-color: rgb(148,48,132); }

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

border-color css

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

 span { border-color: rgb(148,48,132); }

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