Html Css Color HEX #95437D Dark Purple

📋 copy color: '#95437D'

red 149 ◦ green 67 ◦ blue 125

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

Shades of Dark Purple #95437D

Tints of Dark Purple #95437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 43.7%
G = 19.65%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95437D (or 0x95437D) is known color: Dark Purple. HEX triplet: 95, 43 and 7D. RGB value is (149,67,125). Sum of RGB (Red+Green+Blue) = 149+67+125=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95437D is #6ABC82. Grayscale: #616161. Windows color (decimal): -6995075 or 8209301. OLE color: 8209301.

HSL color Cylindrical-coordinate representation of color #95437D: hue angle of 317.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95437D is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 125 -
CMYK 0 0.55 0.16 0.42
HSL 317.56º 0.38% 0.42% -
HSV(B) 317.56º 0.55% 0.58% -
XYZ 18.1 11.88 20.74 -
YUV 98.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 149 67 125 0 0.55 0.16 0.42 317.56 0.38 0.42
Hex 95 43 7D 0 37 10 2A 13E 26 2A
Octal 225 103 175 0 67 20 52 476 46 52
Binary 10010101 1000011 1111101 0 110111 10000 101010 100111110 100110 101010

Color Harmonies of #95437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95437D

Black with #95437D

Text Example


Text Example

White with #95437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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