Html Css Color HEX #95147D Dark Purple

📋 copy color: '#95147D'

red 149 ◦ green 20 ◦ blue 125

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

Shades of Dark Purple #95147D

Tints of Dark Purple #95147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 50.68%
G = 6.8%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95147D (or 0x95147D) is known color: Dark Purple. HEX triplet: 95, 14 and 7D. RGB value is (149,20,125). Sum of RGB (Red+Green+Blue) = 149+20+125=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95147D is #6AEB82. Grayscale: #464646. Windows color (decimal): -7007107 or 8197269. OLE color: 8197269.

HSL color Cylindrical-coordinate representation of color #95147D: hue angle of 311.16º 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 #95147D is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 125 -
CMYK 0 0.87 0.16 0.42
HSL 311.16º 0.76% 0.33% -
HSV(B) 311.16º 0.87% 0.58% -
XYZ 16.35 8.37 20.16 -
YUV 70.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 149 20 125 0 0.87 0.16 0.42 311.16 0.76 0.33
Hex 95 14 7D 0 57 10 2A 137 4C 21
Octal 225 24 175 0 127 20 52 467 114 41
Binary 10010101 10100 1111101 0 1010111 10000 101010 100110111 1001100 100001

Color Harmonies of #95147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95147D

Black with #95147D

Text Example


Text Example

White with #95147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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