Html Css Color HEX #95156F Dark Purple

📋 copy color: '#95156F'

red 149 ◦ green 21 ◦ blue 111

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

Shades of Dark Purple #95156F

Tints of Dark Purple #95156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 53.02%
G = 7.47%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95156F (or 0x95156F) is known color: Dark Purple. HEX triplet: 95, 15 and 6F. RGB value is (149,21,111). Sum of RGB (Red+Green+Blue) = 149+21+111=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95156F is #6AEA90. Grayscale: #454545. Windows color (decimal): -7006865 or 7280021. OLE color: 7280021.

HSL color Cylindrical-coordinate representation of color #95156F: hue angle of 317.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95156F is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 111 -
CMYK 0 0.86 0.26 0.42
HSL 317.81º 0.75% 0.33% -
HSV(B) 317.81º 0.86% 0.58% -
XYZ 15.53 8.07 15.78 -
YUV 69.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 149 21 111 0 0.86 0.26 0.42 317.81 0.75 0.33
Hex 95 15 6F 0 56 1A 2A 13E 4B 21
Octal 225 25 157 0 126 32 52 476 113 41
Binary 10010101 10101 1101111 0 1010110 11010 101010 100111110 1001011 100001

Color Harmonies of #95156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95156F

Black with #95156F

Text Example


Text Example

White with #95156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,21,111); }

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

background-color css

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

 a { background-color: rgb(149,21,111); }

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

border-color css

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

 span { border-color: rgb(149,21,111); }

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