Html Css Color HEX #932384 Dark Purple

📋 copy color: '#932384'

red 147 ◦ green 35 ◦ blue 132

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

Shades of Dark Purple #932384

Tints of Dark Purple #932384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 46.82%
G = 11.15%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#932384 (or 0x932384) is known color: Dark Purple. HEX triplet: 93, 23 and 84. RGB value is (147,35,132). Sum of RGB (Red+Green+Blue) = 147+35+132=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #932384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932384 is #6CDC7B. Grayscale: #4F4F4F. Windows color (decimal): -7134332 or 8659859. OLE color: 8659859.

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

Color convert

RGB 147 35 132 -
CMYK 0 0.76 0.10 0.42
HSL 308.04º 0.62% 0.36% -
HSV(B) 308.04º 0.76% 0.58% -
XYZ 16.8 9.07 22.7 -
YUV 79.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 147 35 132 0 0.76 0.10 0.42 308.04 0.62 0.36
Hex 93 23 84 0 4C A 2A 134 3E 24
Octal 223 43 204 0 114 12 52 464 76 44
Binary 10010011 100011 10000100 0 1001100 1010 101010 100110100 111110 100100

Color Harmonies of #932384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932384

Black with #932384

Text Example


Text Example

White with #932384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932384; }

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

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

background-color css

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

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

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

border-color css

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

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

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