Html Css Color HEX #951C7D Dark Purple

📋 copy color: '#951C7D'

red 149 ◦ green 28 ◦ blue 125

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

Shades of Dark Purple #951C7D

Tints of Dark Purple #951C7D

RGB

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

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

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

R = 49.34%
G = 9.27%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#951C7D (or 0x951C7D) is known color: Dark Purple. HEX triplet: 95, 1C and 7D. RGB value is (149,28,125). Sum of RGB (Red+Green+Blue) = 149+28+125=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C7D is #6AE382. Grayscale: #4A4A4A. Windows color (decimal): -7005059 or 8199317. OLE color: 8199317.

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

Color convert

RGB 149 28 125 -
CMYK 0 0.81 0.16 0.42
HSL 311.9º 0.68% 0.35% -
HSV(B) 311.9º 0.81% 0.58% -
XYZ 16.51 8.7 20.21 -
YUV 75.24 156.09 180.61 -
System Red Green Blue C M Y K H S L
Decimal 149 28 125 0 0.81 0.16 0.42 311.9 0.68 0.35
Hex 95 1C 7D 0 51 10 2A 138 44 23
Octal 225 34 175 0 121 20 52 470 104 43
Binary 10010101 11100 1111101 0 1010001 10000 101010 100111000 1000100 100011

Color Harmonies of #951C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C7D

Black with #951C7D

Text Example


Text Example

White with #951C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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