Html Css Color HEX #951C6D Dark Purple

📋 copy color: '#951C6D'

red 149 ◦ green 28 ◦ blue 109

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

Shades of Dark Purple #951C6D

Tints of Dark Purple #951C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 52.1%
G = 9.79%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#951C6D (or 0x951C6D) is known color: Dark Purple. HEX triplet: 95, 1C and 6D. RGB value is (149,28,109). Sum of RGB (Red+Green+Blue) = 149+28+109=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C6D is #6AE392. Grayscale: #494949. Windows color (decimal): -7005075 or 7150741. OLE color: 7150741.

HSL color Cylindrical-coordinate representation of color #951C6D: hue angle of 319.83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C6D is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 109 -
CMYK 0 0.81 0.27 0.42
HSL 319.83º 0.68% 0.35% -
HSV(B) 319.83º 0.81% 0.58% -
XYZ 15.57 8.32 15.25 -
YUV 73.41 148.09 181.91 -
System Red Green Blue C M Y K H S L
Decimal 149 28 109 0 0.81 0.27 0.42 319.83 0.68 0.35
Hex 95 1C 6D 0 51 1B 2A 140 44 23
Octal 225 34 155 0 121 33 52 500 104 43
Binary 10010101 11100 1101101 0 1010001 11011 101010 101000000 1000100 100011

Color Harmonies of #951C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C6D

Black with #951C6D

Text Example


Text Example

White with #951C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C6D; }

 p { color: rgb(149,28,109); }

 H1.HeaderClassName
 {
   color: #951C6D;
 }
 .AnyTagClassName
 {
   color: #951C6D;
 }
</style>

background-color css

<style>
 a { background-color: #951C6D; }

 a { background-color: rgb(149,28,109); }

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

border-color css

<style>
 span { border-color: #951C6D; }

 span { border-color: rgb(149,28,109); }

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