Html Css Color HEX #93258B Dark Purple

📋 copy color: '#93258B'

red 147 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #93258B

Tints of Dark Purple #93258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 45.51%
G = 11.46%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93258B (or 0x93258B) is known color: Dark Purple. HEX triplet: 93, 25 and 8B. RGB value is (147,37,139). Sum of RGB (Red+Green+Blue) = 147+37+139=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93258B is #6CDA74. Grayscale: #515151. Windows color (decimal): -7133813 or 9119123. OLE color: 9119123.

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

Color convert

RGB 147 37 139 -
CMYK 0 0.75 0.05 0.42
HSL 304.36º 0.6% 0.36% -
HSV(B) 304.36º 0.75% 0.58% -
XYZ 17.35 9.39 25.32 -
YUV 81.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 147 37 139 0 0.75 0.05 0.42 304.36 0.6 0.36
Hex 93 25 8B 0 4B 5 2A 130 3C 24
Octal 223 45 213 0 113 5 52 460 74 44
Binary 10010011 100101 10001011 0 1001011 101 101010 100110000 111100 100100

Color Harmonies of #93258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93258B

Black with #93258B

Text Example


Text Example

White with #93258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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