Html Css Color HEX #951384 Dark Purple

📋 copy color: '#951384'

red 149 ◦ green 19 ◦ blue 132

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

Shades of Dark Purple #951384

Tints of Dark Purple #951384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

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

R = 49.67%
G = 6.33%
B = 44%

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

#951384 (or 0x951384) is known color: Dark Purple. HEX triplet: 95, 13 and 84. RGB value is (149,19,132). Sum of RGB (Red+Green+Blue) = 149+19+132=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #951384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951384 is #6AEC7B. Grayscale: #464646. Windows color (decimal): -7007356 or 8655765. OLE color: 8655765.

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

Color convert

RGB 149 19 132 -
CMYK 0 0.87 0.11 0.42
HSL 307.85º 0.77% 0.33% -
HSV(B) 307.85º 0.87% 0.58% -
XYZ 16.79 8.52 22.59 -
YUV 70.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 149 19 132 0 0.87 0.11 0.42 307.85 0.77 0.33
Hex 95 13 84 0 57 B 2A 134 4D 21
Octal 225 23 204 0 127 13 52 464 115 41
Binary 10010101 10011 10000100 0 1010111 1011 101010 100110100 1001101 100001

Color Harmonies of #951384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951384

Black with #951384

Text Example


Text Example

White with #951384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951384; }

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

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

background-color css

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

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

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

border-color css

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

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

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