Html Css Color HEX #93258D Dark Purple

📋 copy color: '#93258D'

red 147 ◦ green 37 ◦ blue 141

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

Shades of Dark Purple #93258D

Tints of Dark Purple #93258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 45.23%
G = 11.38%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93258D (or 0x93258D) is known color: Dark Purple. HEX triplet: 93, 25 and 8D. RGB value is (147,37,141). Sum of RGB (Red+Green+Blue) = 147+37+141=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93258D is #6CDA72. Grayscale: #515151. Windows color (decimal): -7133811 or 9250195. OLE color: 9250195.

HSL color Cylindrical-coordinate representation of color #93258D: hue angle of 303.27º 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 #93258D is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 141 -
CMYK 0 0.75 0.04 0.42
HSL 303.27º 0.6% 0.36% -
HSV(B) 303.27º 0.75% 0.58% -
XYZ 17.5 9.45 26.1 -
YUV 81.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 147 37 141 0 0.75 0.04 0.42 303.27 0.6 0.36
Hex 93 25 8D 0 4B 4 2A 12F 3C 24
Octal 223 45 215 0 113 4 52 457 74 44
Binary 10010011 100101 10001101 0 1001011 100 101010 100101111 111100 100100

Color Harmonies of #93258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93258D

Black with #93258D

Text Example


Text Example

White with #93258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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