Html Css Color HEX #954181 Dark Purple

📋 copy color: '#954181'

red 149 ◦ green 65 ◦ blue 129

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

Shades of Dark Purple #954181

Tints of Dark Purple #954181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 43.44%
G = 18.95%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#954181 (or 0x954181) is known color: Dark Purple. HEX triplet: 95, 41 and 81. RGB value is (149,65,129). Sum of RGB (Red+Green+Blue) = 149+65+129=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954181 is #6ABE7E. Grayscale: #616161. Windows color (decimal): -6995583 or 8470933. OLE color: 8470933.

HSL color Cylindrical-coordinate representation of color #954181: hue angle of 314.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954181 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 65 129 -
CMYK 0 0.56 0.13 0.42
HSL 314.29º 0.39% 0.42% -
HSV(B) 314.29º 0.56% 0.58% -
XYZ 18.25 11.76 22.08 -
YUV 97.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 149 65 129 0 0.56 0.13 0.42 314.29 0.39 0.42
Hex 95 41 81 0 38 D 2A 13A 27 2A
Octal 225 101 201 0 70 15 52 472 47 52
Binary 10010101 1000001 10000001 0 111000 1101 101010 100111010 100111 101010

Color Harmonies of #954181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954181

Black with #954181

Text Example


Text Example

White with #954181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954181; }

 p { color: rgb(149,65,129); }

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

background-color css

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

 a { background-color: rgb(149,65,129); }

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

border-color css

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

 span { border-color: rgb(149,65,129); }

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