Html Css Color HEX #932373 Dark Purple

📋 copy color: '#932373'

red 147 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #932373

Tints of Dark Purple #932373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 49.49%
G = 11.78%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#932373 (or 0x932373) is known color: Dark Purple. HEX triplet: 93, 23 and 73. RGB value is (147,35,115). Sum of RGB (Red+Green+Blue) = 147+35+115=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #932373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932373 is #6CDC8C. Grayscale: #4D4D4D. Windows color (decimal): -7134349 or 7545747. OLE color: 7545747.

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

Color convert

RGB 147 35 115 -
CMYK 0 0.76 0.22 0.42
HSL 317.14º 0.62% 0.36% -
HSV(B) 317.14º 0.76% 0.58% -
XYZ 15.73 8.64 17.06 -
YUV 77.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 147 35 115 0 0.76 0.22 0.42 317.14 0.62 0.36
Hex 93 23 73 0 4C 16 2A 13D 3E 24
Octal 223 43 163 0 114 26 52 475 76 44
Binary 10010011 100011 1110011 0 1001100 10110 101010 100111101 111110 100100

Color Harmonies of #932373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932373

Black with #932373

Text Example


Text Example

White with #932373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932373; }

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

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

background-color css

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

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

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

border-color css

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

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

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