Html Css Color HEX #932387 Dark Purple

📋 copy color: '#932387'

red 147 ◦ green 35 ◦ blue 135

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

Shades of Dark Purple #932387

Tints of Dark Purple #932387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 46.37%
G = 11.04%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#932387 (or 0x932387) is known color: Dark Purple. HEX triplet: 93, 23 and 87. RGB value is (147,35,135). Sum of RGB (Red+Green+Blue) = 147+35+135=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #932387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932387 is #6CDC78. Grayscale: #4F4F4F. Windows color (decimal): -7134329 or 8856467. OLE color: 8856467.

HSL color Cylindrical-coordinate representation of color #932387: hue angle of 306.43º degrees, saturation: 0.62, 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 #932387 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 35 135 -
CMYK 0 0.76 0.08 0.42
HSL 306.43º 0.62% 0.36% -
HSV(B) 306.43º 0.76% 0.58% -
XYZ 17.01 9.15 23.79 -
YUV 79.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 147 35 135 0 0.76 0.08 0.42 306.43 0.62 0.36
Hex 93 23 87 0 4C 8 2A 132 3E 24
Octal 223 43 207 0 114 10 52 462 76 44
Binary 10010011 100011 10000111 0 1001100 1000 101010 100110010 111110 100100

Color Harmonies of #932387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932387

Black with #932387

Text Example


Text Example

White with #932387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932387; }

 p { color: rgb(147,35,135); }

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

background-color css

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

 a { background-color: rgb(147,35,135); }

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

border-color css

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

 span { border-color: rgb(147,35,135); }

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