Html Css Color HEX #932382 Dark Purple

📋 copy color: '#932382'

red 147 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #932382

Tints of Dark Purple #932382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 47.12%
G = 11.22%
B = 41.67%

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

#932382 (or 0x932382) is known color: Dark Purple. HEX triplet: 93, 23 and 82. RGB value is (147,35,130). Sum of RGB (Red+Green+Blue) = 147+35+130=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #932382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932382 is #6CDC7D. Grayscale: #4F4F4F. Windows color (decimal): -7134334 or 8528787. OLE color: 8528787.

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

Color convert

RGB 147 35 130 -
CMYK 0 0.76 0.12 0.42
HSL 309.11º 0.62% 0.36% -
HSV(B) 309.11º 0.76% 0.58% -
XYZ 16.66 9.02 21.98 -
YUV 79.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 147 35 130 0 0.76 0.12 0.42 309.11 0.62 0.36
Hex 93 23 82 0 4C C 2A 135 3E 24
Octal 223 43 202 0 114 14 52 465 76 44
Binary 10010011 100011 10000010 0 1001100 1100 101010 100110101 111110 100100

Color Harmonies of #932382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932382

Black with #932382

Text Example


Text Example

White with #932382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932382; }

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

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

background-color css

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

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

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

border-color css

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

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

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