Html Css Color HEX #93267E Dark Purple

📋 copy color: '#93267E'

red 147 ◦ green 38 ◦ blue 126

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

Shades of Dark Purple #93267E

Tints of Dark Purple #93267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 47.27%
G = 12.22%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93267E (or 0x93267E) is known color: Dark Purple. HEX triplet: 93, 26 and 7E. RGB value is (147,38,126). Sum of RGB (Red+Green+Blue) = 147+38+126=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93267E is #6CD981. Grayscale: #505050. Windows color (decimal): -7133570 or 8267411. OLE color: 8267411.

HSL color Cylindrical-coordinate representation of color #93267E: hue angle of 311.56º 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 #93267E is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 38 126 -
CMYK 0 0.74 0.14 0.42
HSL 311.56º 0.59% 0.36% -
HSV(B) 311.56º 0.74% 0.58% -
XYZ 16.49 9.1 20.63 -
YUV 80.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 147 38 126 0 0.74 0.14 0.42 311.56 0.59 0.36
Hex 93 26 7E 0 4A E 2A 138 3B 24
Octal 223 46 176 0 112 16 52 470 73 44
Binary 10010011 100110 1111110 0 1001010 1110 101010 100111000 111011 100100

Color Harmonies of #93267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93267E

Black with #93267E

Text Example


Text Example

White with #93267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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