Html Css Color HEX #932488 Dark Purple

📋 copy color: '#932488'

red 147 ◦ green 36 ◦ blue 136

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

Shades of Dark Purple #932488

Tints of Dark Purple #932488

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 46.08%
G = 11.29%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#932488 (or 0x932488) is known color: Dark Purple. HEX triplet: 93, 24 and 88. RGB value is (147,36,136). Sum of RGB (Red+Green+Blue) = 147+36+136=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #932488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932488 is #6CDB77. Grayscale: #505050. Windows color (decimal): -7134072 or 8922259. OLE color: 8922259.

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

Color convert

RGB 147 36 136 -
CMYK 0 0.76 0.07 0.42
HSL 305.95º 0.61% 0.36% -
HSV(B) 305.95º 0.76% 0.58% -
XYZ 17.11 9.24 24.17 -
YUV 80.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 147 36 136 0 0.76 0.07 0.42 305.95 0.61 0.36
Hex 93 24 88 0 4C 7 2A 132 3D 24
Octal 223 44 210 0 114 7 52 462 75 44
Binary 10010011 100100 10001000 0 1001100 111 101010 100110010 111101 100100

Color Harmonies of #932488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932488

Black with #932488

Text Example


Text Example

White with #932488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932488; }

 p { color: rgb(147,36,136); }

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

background-color css

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

 a { background-color: rgb(147,36,136); }

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

border-color css

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

 span { border-color: rgb(147,36,136); }

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