Html Css Color HEX #933076 Dark Purple

📋 copy color: '#933076'

red 147 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #933076

Tints of Dark Purple #933076

RGB

 RED value IS 147 (57.81% from 255) = 46.96%

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

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

R = 46.96%
G = 15.34%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#933076 (or 0x933076) is known color: Dark Purple. HEX triplet: 93, 30 and 76. RGB value is (147,48,118). Sum of RGB (Red+Green+Blue) = 147+48+118=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #933076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933076 is #6CCF89. Grayscale: #555555. Windows color (decimal): -7131018 or 7745683. OLE color: 7745683.

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

Color convert

RGB 147 48 118 -
CMYK 0 0.67 0.20 0.42
HSL 317.58º 0.51% 0.38% -
HSV(B) 317.58º 0.67% 0.58% -
XYZ 16.36 9.62 18.14 -
YUV 85.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 147 48 118 0 0.67 0.20 0.42 317.58 0.51 0.38
Hex 93 30 76 0 43 14 2A 13E 33 26
Octal 223 60 166 0 103 24 52 476 63 46
Binary 10010011 110000 1110110 0 1000011 10100 101010 100111110 110011 100110

Color Harmonies of #933076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933076

Black with #933076

Text Example


Text Example

White with #933076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933076; }

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

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

background-color css

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

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

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

border-color css

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

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

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