Html Css Color HEX #93307F Dark Purple

📋 copy color: '#93307F'

red 147 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #93307F

Tints of Dark Purple #93307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 45.65%
G = 14.91%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93307F (or 0x93307F) is known color: Dark Purple. HEX triplet: 93, 30 and 7F. RGB value is (147,48,127). Sum of RGB (Red+Green+Blue) = 147+48+127=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93307F is #6CCF80. Grayscale: #565656. Windows color (decimal): -7131009 or 8335507. OLE color: 8335507.

HSL color Cylindrical-coordinate representation of color #93307F: hue angle of 312.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93307F is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 48 127 -
CMYK 0 0.67 0.14 0.42
HSL 312.12º 0.51% 0.38% -
HSV(B) 312.12º 0.67% 0.58% -
XYZ 16.92 9.85 21.09 -
YUV 86.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 147 48 127 0 0.67 0.14 0.42 312.12 0.51 0.38
Hex 93 30 7F 0 43 E 2A 138 33 26
Octal 223 60 177 0 103 16 52 470 63 46
Binary 10010011 110000 1111111 0 1000011 1110 101010 100111000 110011 100110

Color Harmonies of #93307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93307F

Black with #93307F

Text Example


Text Example

White with #93307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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