Html Css Color HEX #95107C Dark Purple

📋 copy color: '#95107C'

red 149 ◦ green 16 ◦ blue 124

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

Shades of Dark Purple #95107C

Tints of Dark Purple #95107C

RGB

 RED value IS 149 (58.59% from 255) = 51.56%

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

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 51.56%
G = 5.54%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95107C (or 0x95107C) is known color: Dark Purple. HEX triplet: 95, 10 and 7C. RGB value is (149,16,124). Sum of RGB (Red+Green+Blue) = 149+16+124=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95107C is #6AEF83. Grayscale: #434343. Windows color (decimal): -7008132 or 8130709. OLE color: 8130709.

HSL color Cylindrical-coordinate representation of color #95107C: hue angle of 311.28º degrees, saturation: 0.81, 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 #95107C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 124 -
CMYK 0 0.89 0.17 0.42
HSL 311.28º 0.81% 0.32% -
HSV(B) 311.28º 0.89% 0.58% -
XYZ 16.22 8.22 19.8 -
YUV 68.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 149 16 124 0 0.89 0.17 0.42 311.28 0.81 0.32
Hex 95 10 7C 0 59 11 2A 137 51 20
Octal 225 20 174 0 131 21 52 467 121 40
Binary 10010101 10000 1111100 0 1011001 10001 101010 100110111 1010001 100000

Color Harmonies of #95107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95107C

Black with #95107C

Text Example


Text Example

White with #95107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95107C; }

 p { color: rgb(149,16,124); }

 H1.HeaderClassName
 {
   color: #95107C;
 }
 .AnyTagClassName
 {
   color: #95107C;
 }
</style>

background-color css

<style>
 a { background-color: #95107C; }

 a { background-color: rgb(149,16,124); }

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

border-color css

<style>
 span { border-color: #95107C; }

 span { border-color: rgb(149,16,124); }

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