Html Css Color HEX #95186D Dark Purple

📋 copy color: '#95186D'

red 149 ◦ green 24 ◦ blue 109

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

Shades of Dark Purple #95186D

Tints of Dark Purple #95186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 52.84%
G = 8.51%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95186D (or 0x95186D) is known color: Dark Purple. HEX triplet: 95, 18 and 6D. RGB value is (149,24,109). Sum of RGB (Red+Green+Blue) = 149+24+109=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95186D is #6AE792. Grayscale: #464646. Windows color (decimal): -7006099 or 7149717. OLE color: 7149717.

HSL color Cylindrical-coordinate representation of color #95186D: hue angle of 319.2º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95186D is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 109 -
CMYK 0 0.84 0.27 0.42
HSL 319.2º 0.72% 0.34% -
HSV(B) 319.2º 0.84% 0.58% -
XYZ 15.48 8.15 15.22 -
YUV 71.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 149 24 109 0 0.84 0.27 0.42 319.2 0.72 0.34
Hex 95 18 6D 0 54 1B 2A 13F 48 22
Octal 225 30 155 0 124 33 52 477 110 42
Binary 10010101 11000 1101101 0 1010100 11011 101010 100111111 1001000 100010

Color Harmonies of #95186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95186D

Black with #95186D

Text Example


Text Example

White with #95186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95186D; }

 p { color: rgb(149,24,109); }

 H1.HeaderClassName
 {
   color: #95186D;
 }
 .AnyTagClassName
 {
   color: #95186D;
 }
</style>

background-color css

<style>
 a { background-color: #95186D; }

 a { background-color: rgb(149,24,109); }

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

border-color css

<style>
 span { border-color: #95186D; }

 span { border-color: rgb(149,24,109); }

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