Html Css Color HEX #951A74 Dark Purple

📋 copy color: '#951A74'

red 149 ◦ green 26 ◦ blue 116

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

Shades of Dark Purple #951A74

Tints of Dark Purple #951A74

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 51.2%
G = 8.93%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#951A74 (or 0x951A74) is known color: Dark Purple. HEX triplet: 95, 1A and 74. RGB value is (149,26,116). Sum of RGB (Red+Green+Blue) = 149+26+116=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #951A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A74 is #6AE58B. Grayscale: #484848. Windows color (decimal): -7005580 or 7608981. OLE color: 7608981.

HSL color Cylindrical-coordinate representation of color #951A74: hue angle of 316.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A74 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 116 -
CMYK 0 0.83 0.22 0.42
HSL 316.1º 0.7% 0.34% -
HSV(B) 316.1º 0.83% 0.58% -
XYZ 15.92 8.39 17.3 -
YUV 73.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 149 26 116 0 0.83 0.22 0.42 316.1 0.7 0.34
Hex 95 1A 74 0 53 16 2A 13C 46 22
Octal 225 32 164 0 123 26 52 474 106 42
Binary 10010101 11010 1110100 0 1010011 10110 101010 100111100 1000110 100010

Color Harmonies of #951A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A74

Black with #951A74

Text Example


Text Example

White with #951A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,26,116); }

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

background-color css

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

 a { background-color: rgb(149,26,116); }

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

border-color css

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

 span { border-color: rgb(149,26,116); }

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