Html Css Color HEX #951985 Dark Purple

📋 copy color: '#951985'

red 149 ◦ green 25 ◦ blue 133

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

Shades of Dark Purple #951985

Tints of Dark Purple #951985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.32%

R = 48.53%
G = 8.14%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#951985 (or 0x951985) is known color: Dark Purple. HEX triplet: 95, 19 and 85. RGB value is (149,25,133). Sum of RGB (Red+Green+Blue) = 149+25+133=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #951985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951985 is #6AE67A. Grayscale: #4A4A4A. Windows color (decimal): -7005819 or 8722837. OLE color: 8722837.

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

Color convert

RGB 149 25 133 -
CMYK 0 0.83 0.11 0.42
HSL 307.74º 0.71% 0.34% -
HSV(B) 307.74º 0.83% 0.58% -
XYZ 16.98 8.78 22.99 -
YUV 74.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 149 25 133 0 0.83 0.11 0.42 307.74 0.71 0.34
Hex 95 19 85 0 53 B 2A 134 47 22
Octal 225 31 205 0 123 13 52 464 107 42
Binary 10010101 11001 10000101 0 1010011 1011 101010 100110100 1000111 100010

Color Harmonies of #951985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951985

Black with #951985

Text Example


Text Example

White with #951985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951985; }

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

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

background-color css

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

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

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

border-color css

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

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

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