Html Css Color HEX #932385 Dark Purple

📋 copy color: '#932385'

red 147 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #932385

Tints of Dark Purple #932385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 46.67%
G = 11.11%
B = 42.22%

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

#932385 (or 0x932385) is known color: Dark Purple. HEX triplet: 93, 23 and 85. RGB value is (147,35,133). Sum of RGB (Red+Green+Blue) = 147+35+133=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #932385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932385 is #6CDC7A. Grayscale: #4F4F4F. Windows color (decimal): -7134331 or 8725395. OLE color: 8725395.

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

Color convert

RGB 147 35 133 -
CMYK 0 0.76 0.10 0.42
HSL 307.5º 0.62% 0.36% -
HSV(B) 307.5º 0.76% 0.58% -
XYZ 16.87 9.1 23.06 -
YUV 79.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 147 35 133 0 0.76 0.10 0.42 307.5 0.62 0.36
Hex 93 23 85 0 4C A 2A 134 3E 24
Octal 223 43 205 0 114 12 52 464 76 44
Binary 10010011 100011 10000101 0 1001100 1010 101010 100110100 111110 100100

Color Harmonies of #932385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932385

Black with #932385

Text Example


Text Example

White with #932385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932385; }

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

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

background-color css

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

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

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

border-color css

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

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

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