Html Css Color HEX #93287E Dark Purple

📋 copy color: '#93287E'

red 147 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #93287E

Tints of Dark Purple #93287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 46.96%
G = 12.78%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93287E (or 0x93287E) is known color: Dark Purple. HEX triplet: 93, 28 and 7E. RGB value is (147,40,126). Sum of RGB (Red+Green+Blue) = 147+40+126=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93287E is #6CD781. Grayscale: #515151. Windows color (decimal): -7133058 or 8267923. OLE color: 8267923.

HSL color Cylindrical-coordinate representation of color #93287E: hue angle of 311.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93287E is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 40 126 -
CMYK 0 0.73 0.14 0.42
HSL 311.78º 0.57% 0.37% -
HSV(B) 311.78º 0.73% 0.58% -
XYZ 16.56 9.23 20.65 -
YUV 81.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 147 40 126 0 0.73 0.14 0.42 311.78 0.57 0.37
Hex 93 28 7E 0 49 E 2A 138 39 25
Octal 223 50 176 0 111 16 52 470 71 45
Binary 10010011 101000 1111110 0 1001001 1110 101010 100111000 111001 100101

Color Harmonies of #93287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93287E

Black with #93287E

Text Example


Text Example

White with #93287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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