Html Css Color HEX #932575 Dark Purple

📋 copy color: '#932575'

red 147 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #932575

Tints of Dark Purple #932575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 48.84%
G = 12.29%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#932575 (or 0x932575) is known color: Dark Purple. HEX triplet: 93, 25 and 75. RGB value is (147,37,117). Sum of RGB (Red+Green+Blue) = 147+37+117=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #932575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932575 is #6CDA8A. Grayscale: #4E4E4E. Windows color (decimal): -7133835 or 7677331. OLE color: 7677331.

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

Color convert

RGB 147 37 117 -
CMYK 0 0.75 0.20 0.42
HSL 316.36º 0.6% 0.36% -
HSV(B) 316.36º 0.75% 0.58% -
XYZ 15.91 8.81 17.69 -
YUV 79.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 147 37 117 0 0.75 0.20 0.42 316.36 0.6 0.36
Hex 93 25 75 0 4B 14 2A 13C 3C 24
Octal 223 45 165 0 113 24 52 474 74 44
Binary 10010011 100101 1110101 0 1001011 10100 101010 100111100 111100 100100

Color Harmonies of #932575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932575

Black with #932575

Text Example


Text Example

White with #932575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932575; }

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

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

background-color css

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

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

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

border-color css

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

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

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