Html Css Color HEX #95437C Dark Purple

📋 copy color: '#95437C'

red 149 ◦ green 67 ◦ blue 124

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

Shades of Dark Purple #95437C

Tints of Dark Purple #95437C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 43.82%
G = 19.71%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95437C (or 0x95437C) is known color: Dark Purple. HEX triplet: 95, 43 and 7C. RGB value is (149,67,124). Sum of RGB (Red+Green+Blue) = 149+67+124=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95437C is #6ABC83. Grayscale: #616161. Windows color (decimal): -6995076 or 8143765. OLE color: 8143765.

HSL color Cylindrical-coordinate representation of color #95437C: hue angle of 318.29º 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 #95437C is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 124 -
CMYK 0 0.55 0.17 0.42
HSL 318.29º 0.38% 0.42% -
HSV(B) 318.29º 0.55% 0.58% -
XYZ 18.04 11.86 20.41 -
YUV 98.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 149 67 124 0 0.55 0.17 0.42 318.29 0.38 0.42
Hex 95 43 7C 0 37 11 2A 13E 26 2A
Octal 225 103 174 0 67 21 52 476 46 52
Binary 10010101 1000011 1111100 0 110111 10001 101010 100111110 100110 101010

Color Harmonies of #95437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95437C

Black with #95437C

Text Example


Text Example

White with #95437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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