Html Css Color HEX #932475 Dark Purple

📋 copy color: '#932475'

red 147 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #932475

Tints of Dark Purple #932475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

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

R = 49%
G = 12%
B = 39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#932475 (or 0x932475) is known color: Dark Purple. HEX triplet: 93, 24 and 75. RGB value is (147,36,117). Sum of RGB (Red+Green+Blue) = 147+36+117=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #932475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932475 is #6CDB8A. Grayscale: #4E4E4E. Windows color (decimal): -7134091 or 7677075. OLE color: 7677075.

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

Color convert

RGB 147 36 117 -
CMYK 0 0.76 0.20 0.42
HSL 316.22º 0.61% 0.36% -
HSV(B) 316.22º 0.76% 0.58% -
XYZ 15.87 8.75 17.68 -
YUV 78.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 147 36 117 0 0.76 0.20 0.42 316.22 0.61 0.36
Hex 93 24 75 0 4C 14 2A 13C 3D 24
Octal 223 44 165 0 114 24 52 474 75 44
Binary 10010011 100100 1110101 0 1001100 10100 101010 100111100 111101 100100

Color Harmonies of #932475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932475

Black with #932475

Text Example


Text Example

White with #932475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932475; }

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

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

background-color css

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

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

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

border-color css

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

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

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