Html Css Color HEX #93107B Dark Purple

📋 copy color: '#93107B'

red 147 ◦ green 16 ◦ blue 123

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

Shades of Dark Purple #93107B

Tints of Dark Purple #93107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 51.4%
G = 5.59%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93107B (or 0x93107B) is known color: Dark Purple. HEX triplet: 93, 10 and 7B. RGB value is (147,16,123). Sum of RGB (Red+Green+Blue) = 147+16+123=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #93107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93107B is #6CEF84. Grayscale: #434343. Windows color (decimal): -7139205 or 8065171. OLE color: 8065171.

HSL color Cylindrical-coordinate representation of color #93107B: hue angle of 310.99º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93107B is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 16 123 -
CMYK 0 0.89 0.16 0.42
HSL 310.99º 0.8% 0.32% -
HSV(B) 310.99º 0.89% 0.58% -
XYZ 15.79 8 19.45 -
YUV 67.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 147 16 123 0 0.89 0.16 0.42 310.99 0.8 0.32
Hex 93 10 7B 0 59 10 2A 137 50 20
Octal 223 20 173 0 131 20 52 467 120 40
Binary 10010011 10000 1111011 0 1011001 10000 101010 100110111 1010000 100000

Color Harmonies of #93107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93107B

Black with #93107B

Text Example


Text Example

White with #93107B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93107B; }

 p { color: rgb(147,16,123); }

 H1.HeaderClassName
 {
   color: #93107B;
 }
 .AnyTagClassName
 {
   color: #93107B;
 }
</style>

background-color css

<style>
 a { background-color: #93107B; }

 a { background-color: rgb(147,16,123); }

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

border-color css

<style>
 span { border-color: #93107B; }

 span { border-color: rgb(147,16,123); }

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