Html Css Color HEX #951485 Dark Purple

📋 copy color: '#951485'

red 149 ◦ green 20 ◦ blue 133

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

Shades of Dark Purple #951485

Tints of Dark Purple #951485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 49.34%
G = 6.62%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#951485 (or 0x951485) is known color: Dark Purple. HEX triplet: 95, 14 and 85. RGB value is (149,20,133). Sum of RGB (Red+Green+Blue) = 149+20+133=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951485 is #6AEB7A. Grayscale: #474747. Windows color (decimal): -7007099 or 8721557. OLE color: 8721557.

HSL color Cylindrical-coordinate representation of color #951485: hue angle of 307.44º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951485 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 133 -
CMYK 0 0.87 0.11 0.42
HSL 307.44º 0.76% 0.33% -
HSV(B) 307.44º 0.87% 0.58% -
XYZ 16.88 8.58 22.96 -
YUV 71.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 149 20 133 0 0.87 0.11 0.42 307.44 0.76 0.33
Hex 95 14 85 0 57 B 2A 133 4C 21
Octal 225 24 205 0 127 13 52 463 114 41
Binary 10010101 10100 10000101 0 1010111 1011 101010 100110011 1001100 100001

Color Harmonies of #951485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951485

Black with #951485

Text Example


Text Example

White with #951485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951485; }

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

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

background-color css

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

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

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

border-color css

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

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

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