Html Css Color HEX #95186E Dark Purple

📋 copy color: '#95186E'

red 149 ◦ green 24 ◦ blue 110

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

Shades of Dark Purple #95186E

Tints of Dark Purple #95186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 52.65%
G = 8.48%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95186E (or 0x95186E) is known color: Dark Purple. HEX triplet: 95, 18 and 6E. RGB value is (149,24,110). Sum of RGB (Red+Green+Blue) = 149+24+110=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95186E is #6AE791. Grayscale: #464646. Windows color (decimal): -7006098 or 7215253. OLE color: 7215253.

HSL color Cylindrical-coordinate representation of color #95186E: hue angle of 318.72º 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 #95186E is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 110 -
CMYK 0 0.84 0.26 0.42
HSL 318.72º 0.72% 0.34% -
HSV(B) 318.72º 0.84% 0.58% -
XYZ 15.54 8.17 15.51 -
YUV 71.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 149 24 110 0 0.84 0.26 0.42 318.72 0.72 0.34
Hex 95 18 6E 0 54 1A 2A 13F 48 22
Octal 225 30 156 0 124 32 52 477 110 42
Binary 10010101 11000 1101110 0 1010100 11010 101010 100111111 1001000 100010

Color Harmonies of #95186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95186E

Black with #95186E

Text Example


Text Example

White with #95186E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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