Html Css Color HEX #932585 Dark Purple

📋 copy color: '#932585'

red 147 ◦ green 37 ◦ blue 133

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

Shades of Dark Purple #932585

Tints of Dark Purple #932585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 46.37%
G = 11.67%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#932585 (or 0x932585) is known color: Dark Purple. HEX triplet: 93, 25 and 85. RGB value is (147,37,133). Sum of RGB (Red+Green+Blue) = 147+37+133=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #932585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932585 is #6CDA7A. Grayscale: #505050. Windows color (decimal): -7133819 or 8725907. OLE color: 8725907.

HSL color Cylindrical-coordinate representation of color #932585: hue angle of 307.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932585 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 133 -
CMYK 0 0.75 0.10 0.42
HSL 307.64º 0.6% 0.36% -
HSV(B) 307.64º 0.75% 0.58% -
XYZ 16.93 9.22 23.08 -
YUV 80.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 147 37 133 0 0.75 0.10 0.42 307.64 0.6 0.36
Hex 93 25 85 0 4B A 2A 134 3C 24
Octal 223 45 205 0 113 12 52 464 74 44
Binary 10010011 100101 10000101 0 1001011 1010 101010 100110100 111100 100100

Color Harmonies of #932585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932585

Black with #932585

Text Example


Text Example

White with #932585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932585; }

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

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

background-color css

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

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

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

border-color css

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

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

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