Html Css Color HEX #95147A Dark Purple

📋 copy color: '#95147A'

red 149 ◦ green 20 ◦ blue 122

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

Shades of Dark Purple #95147A

Tints of Dark Purple #95147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

 BLUE value IS 122 (48.05% from 255) = 41.92%

R = 51.2%
G = 6.87%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95147A (or 0x95147A) is known color: Dark Purple. HEX triplet: 95, 14 and 7A. RGB value is (149,20,122). Sum of RGB (Red+Green+Blue) = 149+20+122=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95147A is #6AEB85. Grayscale: #454545. Windows color (decimal): -7007110 or 8000661. OLE color: 8000661.

HSL color Cylindrical-coordinate representation of color #95147A: hue angle of 312.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95147A is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 122 -
CMYK 0 0.87 0.18 0.42
HSL 312.56º 0.76% 0.33% -
HSV(B) 312.56º 0.87% 0.58% -
XYZ 16.16 8.3 19.16 -
YUV 70.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 149 20 122 0 0.87 0.18 0.42 312.56 0.76 0.33
Hex 95 14 7A 0 57 12 2A 139 4C 21
Octal 225 24 172 0 127 22 52 471 114 41
Binary 10010101 10100 1111010 0 1010111 10010 101010 100111001 1001100 100001

Color Harmonies of #95147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95147A

Black with #95147A

Text Example


Text Example

White with #95147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95147A; }

 p { color: rgb(149,20,122); }

 H1.HeaderClassName
 {
   color: #95147A;
 }
 .AnyTagClassName
 {
   color: #95147A;
 }
</style>

background-color css

<style>
 a { background-color: #95147A; }

 a { background-color: rgb(149,20,122); }

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

border-color css

<style>
 span { border-color: #95147A; }

 span { border-color: rgb(149,20,122); }

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