Html Css Color HEX #932381 Dark Purple

📋 copy color: '#932381'

red 147 ◦ green 35 ◦ blue 129

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

Shades of Dark Purple #932381

Tints of Dark Purple #932381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 47.27%
G = 11.25%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#932381 (or 0x932381) is known color: Dark Purple. HEX triplet: 93, 23 and 81. RGB value is (147,35,129). Sum of RGB (Red+Green+Blue) = 147+35+129=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #932381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932381 is #6CDC7E. Grayscale: #4E4E4E. Windows color (decimal): -7134335 or 8463251. OLE color: 8463251.

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

Color convert

RGB 147 35 129 -
CMYK 0 0.76 0.12 0.42
HSL 309.64º 0.62% 0.36% -
HSV(B) 309.64º 0.76% 0.58% -
XYZ 16.6 8.99 21.63 -
YUV 79.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 147 35 129 0 0.76 0.12 0.42 309.64 0.62 0.36
Hex 93 23 81 0 4C C 2A 136 3E 24
Octal 223 43 201 0 114 14 52 466 76 44
Binary 10010011 100011 10000001 0 1001100 1100 101010 100110110 111110 100100

Color Harmonies of #932381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932381

Black with #932381

Text Example


Text Example

White with #932381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932381; }

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

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

background-color css

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

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

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

border-color css

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

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

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