Html Css Color HEX #951D8F Dark Purple

📋 copy color: '#951D8F'

red 149 ◦ green 29 ◦ blue 143

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

Shades of Dark Purple #951D8F

Tints of Dark Purple #951D8F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 46.42%
G = 9.03%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#951D8F (or 0x951D8F) is known color: Dark Purple. HEX triplet: 95, 1D and 8F. RGB value is (149,29,143). Sum of RGB (Red+Green+Blue) = 149+29+143=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #951D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D8F is #6AE270. Grayscale: #4D4D4D. Windows color (decimal): -7004785 or 9379221. OLE color: 9379221.

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

Color convert

RGB 149 29 143 -
CMYK 0 0.81 0.04 0.42
HSL 303º 0.67% 0.35% -
HSV(B) 303º 0.81% 0.58% -
XYZ 17.79 9.25 26.83 -
YUV 77.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 149 29 143 0 0.81 0.04 0.42 303 0.67 0.35
Hex 95 1D 8F 0 51 4 2A 12F 43 23
Octal 225 35 217 0 121 4 52 457 103 43
Binary 10010101 11101 10001111 0 1010001 100 101010 100101111 1000011 100011

Color Harmonies of #951D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D8F

Black with #951D8F

Text Example


Text Example

White with #951D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,29,143); }

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

background-color css

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

 a { background-color: rgb(149,29,143); }

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

border-color css

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

 span { border-color: rgb(149,29,143); }

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