Html Css Color HEX #93268A Dark Purple

📋 copy color: '#93268A'

red 147 ◦ green 38 ◦ blue 138

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

Shades of Dark Purple #93268A

Tints of Dark Purple #93268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 45.51%
G = 11.76%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93268A (or 0x93268A) is known color: Dark Purple. HEX triplet: 93, 26 and 8A. RGB value is (147,38,138). Sum of RGB (Red+Green+Blue) = 147+38+138=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93268A is #6CD975. Grayscale: #515151. Windows color (decimal): -7133558 or 9053843. OLE color: 9053843.

HSL color Cylindrical-coordinate representation of color #93268A: hue angle of 304.95º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93268A is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 38 138 -
CMYK 0 0.74 0.06 0.42
HSL 304.95º 0.59% 0.36% -
HSV(B) 304.95º 0.74% 0.58% -
XYZ 17.31 9.42 24.95 -
YUV 81.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 147 38 138 0 0.74 0.06 0.42 304.95 0.59 0.36
Hex 93 26 8A 0 4A 6 2A 131 3B 24
Octal 223 46 212 0 112 6 52 461 73 44
Binary 10010011 100110 10001010 0 1001010 110 101010 100110001 111011 100100

Color Harmonies of #93268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93268A

Black with #93268A

Text Example


Text Example

White with #93268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93268A; }

 p { color: rgb(147,38,138); }

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

background-color css

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

 a { background-color: rgb(147,38,138); }

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

border-color css

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

 span { border-color: rgb(147,38,138); }

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