Html Css Color HEX #954183 Dark Purple

📋 copy color: '#954183'

red 149 ◦ green 65 ◦ blue 131

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

Shades of Dark Purple #954183

Tints of Dark Purple #954183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 43.19%
G = 18.84%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#954183 (or 0x954183) is known color: Dark Purple. HEX triplet: 95, 41 and 83. RGB value is (149,65,131). Sum of RGB (Red+Green+Blue) = 149+65+131=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954183 is #6ABE7C. Grayscale: #616161. Windows color (decimal): -6995581 or 8602005. OLE color: 8602005.

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

Color convert

RGB 149 65 131 -
CMYK 0 0.56 0.12 0.42
HSL 312.86º 0.39% 0.42% -
HSV(B) 312.86º 0.56% 0.58% -
XYZ 18.38 11.81 22.78 -
YUV 97.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 149 65 131 0 0.56 0.12 0.42 312.86 0.39 0.42
Hex 95 41 83 0 38 C 2A 139 27 2A
Octal 225 101 203 0 70 14 52 471 47 52
Binary 10010101 1000001 10000011 0 111000 1100 101010 100111001 100111 101010

Color Harmonies of #954183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954183

Black with #954183

Text Example


Text Example

White with #954183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954183; }

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

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

background-color css

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

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

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

border-color css

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

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

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