Html Css Color HEX #954081 Dark Purple

📋 copy color: '#954081'

red 149 ◦ green 64 ◦ blue 129

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

Shades of Dark Purple #954081

Tints of Dark Purple #954081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 43.57%
G = 18.71%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#954081 (or 0x954081) is known color: Dark Purple. HEX triplet: 95, 40 and 81. RGB value is (149,64,129). Sum of RGB (Red+Green+Blue) = 149+64+129=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #954081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954081 is #6ABF7E. Grayscale: #606060. Windows color (decimal): -6995839 or 8470677. OLE color: 8470677.

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

Color convert

RGB 149 64 129 -
CMYK 0 0.57 0.13 0.42
HSL 314.12º 0.4% 0.42% -
HSV(B) 314.12º 0.57% 0.58% -
XYZ 18.19 11.64 22.06 -
YUV 96.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 149 64 129 0 0.57 0.13 0.42 314.12 0.4 0.42
Hex 95 40 81 0 39 D 2A 13A 28 2A
Octal 225 100 201 0 71 15 52 472 50 52
Binary 10010101 1000000 10000001 0 111001 1101 101010 100111010 101000 101010

Color Harmonies of #954081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954081

Black with #954081

Text Example


Text Example

White with #954081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954081; }

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

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

background-color css

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

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

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

border-color css

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

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

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