Html Css Color HEX #954084 Dark Purple

📋 copy color: '#954084'

red 149 ◦ green 64 ◦ blue 132

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

Shades of Dark Purple #954084

Tints of Dark Purple #954084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 43.19%
G = 18.55%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#954084 (or 0x954084) is known color: Dark Purple. HEX triplet: 95, 40 and 84. RGB value is (149,64,132). Sum of RGB (Red+Green+Blue) = 149+64+132=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954084 is #6ABF7B. Grayscale: #606060. Windows color (decimal): -6995836 or 8667285. OLE color: 8667285.

HSL color Cylindrical-coordinate representation of color #954084: hue angle of 312º 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 #954084 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 132 -
CMYK 0 0.57 0.11 0.42
HSL 312º 0.4% 0.42% -
HSV(B) 312º 0.57% 0.58% -
XYZ 18.39 11.72 23.12 -
YUV 97.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 149 64 132 0 0.57 0.11 0.42 312 0.4 0.42
Hex 95 40 84 0 39 B 2A 138 28 2A
Octal 225 100 204 0 71 13 52 470 50 52
Binary 10010101 1000000 10000100 0 111001 1011 101010 100111000 101000 101010

Color Harmonies of #954084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954084

Black with #954084

Text Example


Text Example

White with #954084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954084; }

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

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

background-color css

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

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

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

border-color css

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

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

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