Html Css Color HEX #933175 Dark Purple

📋 copy color: '#933175'

red 147 ◦ green 49 ◦ blue 117

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

Shades of Dark Purple #933175

Tints of Dark Purple #933175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 46.96%
G = 15.65%
B = 37.38%

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

#933175 (or 0x933175) is known color: Dark Purple. HEX triplet: 93, 31 and 75. RGB value is (147,49,117). Sum of RGB (Red+Green+Blue) = 147+49+117=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #933175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933175 is #6CCE8A. Grayscale: #555555. Windows color (decimal): -7130763 or 7680403. OLE color: 7680403.

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

Color convert

RGB 147 49 117 -
CMYK 0 0.67 0.20 0.42
HSL 318.37º 0.5% 0.38% -
HSV(B) 318.37º 0.67% 0.58% -
XYZ 16.34 9.68 17.84 -
YUV 86.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 147 49 117 0 0.67 0.20 0.42 318.37 0.5 0.38
Hex 93 31 75 0 43 14 2A 13E 32 26
Octal 223 61 165 0 103 24 52 476 62 46
Binary 10010011 110001 1110101 0 1000011 10100 101010 100111110 110010 100110

Color Harmonies of #933175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933175

Black with #933175

Text Example


Text Example

White with #933175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933175; }

 p { color: rgb(147,49,117); }

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

background-color css

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

 a { background-color: rgb(147,49,117); }

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

border-color css

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

 span { border-color: rgb(147,49,117); }

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