Html Css Color HEX #93287F Dark Purple

📋 copy color: '#93287F'

red 147 ◦ green 40 ◦ blue 127

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

Shades of Dark Purple #93287F

Tints of Dark Purple #93287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 46.82%
G = 12.74%
B = 40.45%

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

#93287F (or 0x93287F) is known color: Dark Purple. HEX triplet: 93, 28 and 7F. RGB value is (147,40,127). Sum of RGB (Red+Green+Blue) = 147+40+127=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 147 - color contains mainly: red. Hex color #93287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93287F is #6CD780. Grayscale: #515151. Windows color (decimal): -7133057 or 8333459. OLE color: 8333459.

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

Color convert

RGB 147 40 127 -
CMYK 0 0.73 0.14 0.42
HSL 311.22º 0.57% 0.37% -
HSV(B) 311.22º 0.73% 0.58% -
XYZ 16.62 9.25 20.99 -
YUV 81.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 147 40 127 0 0.73 0.14 0.42 311.22 0.57 0.37
Hex 93 28 7F 0 49 E 2A 137 39 25
Octal 223 50 177 0 111 16 52 467 71 45
Binary 10010011 101000 1111111 0 1001001 1110 101010 100110111 111001 100101

Color Harmonies of #93287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93287F

Black with #93287F

Text Example


Text Example

White with #93287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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