Html Css Color HEX #943076 Dark Purple

📋 copy color: '#943076'

red 148 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #943076

Tints of Dark Purple #943076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 47.13%
G = 15.29%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#943076 (or 0x943076) is known color: Dark Purple. HEX triplet: 94, 30 and 76. RGB value is (148,48,118). Sum of RGB (Red+Green+Blue) = 148+48+118=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #943076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943076 is #6BCF89. Grayscale: #555555. Windows color (decimal): -7065482 or 7745684. OLE color: 7745684.

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

Color convert

RGB 148 48 118 -
CMYK 0 0.68 0.20 0.42
HSL 318º 0.51% 0.38% -
HSV(B) 318º 0.68% 0.58% -
XYZ 16.54 9.72 18.14 -
YUV 85.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 148 48 118 0 0.68 0.20 0.42 318 0.51 0.38
Hex 94 30 76 0 44 14 2A 13E 33 26
Octal 224 60 166 0 104 24 52 476 63 46
Binary 10010100 110000 1110110 0 1000100 10100 101010 100111110 110011 100110

Color Harmonies of #943076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943076

Black with #943076

Text Example


Text Example

White with #943076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943076; }

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

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

background-color css

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

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

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

border-color css

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

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

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