Html Css Color HEX #951982 Dark Purple

📋 copy color: '#951982'

red 149 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #951982

Tints of Dark Purple #951982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 49.01%
G = 8.22%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#951982 (or 0x951982) is known color: Dark Purple. HEX triplet: 95, 19 and 82. RGB value is (149,25,130). Sum of RGB (Red+Green+Blue) = 149+25+130=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #951982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951982 is #6AE67D. Grayscale: #494949. Windows color (decimal): -7005822 or 8526229. OLE color: 8526229.

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

Color convert

RGB 149 25 130 -
CMYK 0 0.83 0.13 0.42
HSL 309.19º 0.71% 0.34% -
HSV(B) 309.19º 0.83% 0.58% -
XYZ 16.77 8.7 21.91 -
YUV 74.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 149 25 130 0 0.83 0.13 0.42 309.19 0.71 0.34
Hex 95 19 82 0 53 D 2A 135 47 22
Octal 225 31 202 0 123 15 52 465 107 42
Binary 10010101 11001 10000010 0 1010011 1101 101010 100110101 1000111 100010

Color Harmonies of #951982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951982

Black with #951982

Text Example


Text Example

White with #951982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951982; }

 p { color: rgb(149,25,130); }

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

background-color css

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

 a { background-color: rgb(149,25,130); }

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

border-color css

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

 span { border-color: rgb(149,25,130); }

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