Html Css Color HEX #951178 Dark Purple

📋 copy color: '#951178'

red 149 ◦ green 17 ◦ blue 120

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

Shades of Dark Purple #951178

Tints of Dark Purple #951178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

 BLUE value IS 120 (47.27% from 255) = 41.96%

R = 52.1%
G = 5.94%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#951178 (or 0x951178) is known color: Dark Purple. HEX triplet: 95, 11 and 78. RGB value is (149,17,120). Sum of RGB (Red+Green+Blue) = 149+17+120=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951178 is #6AEE87. Grayscale: #434343. Windows color (decimal): -7007880 or 7868821. OLE color: 7868821.

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

Color convert

RGB 149 17 120 -
CMYK 0 0.89 0.19 0.42
HSL 313.18º 0.8% 0.33% -
HSV(B) 313.18º 0.89% 0.58% -
XYZ 15.99 8.15 18.5 -
YUV 68.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 149 17 120 0 0.89 0.19 0.42 313.18 0.8 0.33
Hex 95 11 78 0 59 13 2A 139 50 21
Octal 225 21 170 0 131 23 52 471 120 41
Binary 10010101 10001 1111000 0 1011001 10011 101010 100111001 1010000 100001

Color Harmonies of #951178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951178

Black with #951178

Text Example


Text Example

White with #951178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951178; }

 p { color: rgb(149,17,120); }

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

background-color css

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

 a { background-color: rgb(149,17,120); }

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

border-color css

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

 span { border-color: rgb(149,17,120); }

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