Html Css Color HEX #951074 Dark Purple

📋 copy color: '#951074'

red 149 ◦ green 16 ◦ blue 116

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

Shades of Dark Purple #951074

Tints of Dark Purple #951074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

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

R = 53.02%
G = 5.69%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#951074 (or 0x951074) is known color: Dark Purple. HEX triplet: 95, 10 and 74. RGB value is (149,16,116). Sum of RGB (Red+Green+Blue) = 149+16+116=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951074 is #6AEF8B. Grayscale: #424242. Windows color (decimal): -7008140 or 7606421. OLE color: 7606421.

HSL color Cylindrical-coordinate representation of color #951074: hue angle of 314.89º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951074 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 116 -
CMYK 0 0.89 0.22 0.42
HSL 314.89º 0.81% 0.32% -
HSV(B) 314.89º 0.89% 0.58% -
XYZ 15.73 8.02 17.24 -
YUV 67.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 149 16 116 0 0.89 0.22 0.42 314.89 0.81 0.32
Hex 95 10 74 0 59 16 2A 13B 51 20
Octal 225 20 164 0 131 26 52 473 121 40
Binary 10010101 10000 1110100 0 1011001 10110 101010 100111011 1010001 100000

Color Harmonies of #951074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951074

Black with #951074

Text Example


Text Example

White with #951074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951074; }

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

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

background-color css

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

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

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

border-color css

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

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

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