Html Css Color HEX #951684 Dark Purple

📋 copy color: '#951684'

red 149 ◦ green 22 ◦ blue 132

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

Shades of Dark Purple #951684

Tints of Dark Purple #951684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

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

R = 49.17%
G = 7.26%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#951684 (or 0x951684) is known color: Dark Purple. HEX triplet: 95, 16 and 84. RGB value is (149,22,132). Sum of RGB (Red+Green+Blue) = 149+22+132=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #951684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951684 is #6AE97B. Grayscale: #484848. Windows color (decimal): -7006588 or 8656533. OLE color: 8656533.

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

Color convert

RGB 149 22 132 -
CMYK 0 0.85 0.11 0.42
HSL 308.03º 0.74% 0.34% -
HSV(B) 308.03º 0.85% 0.58% -
XYZ 16.85 8.63 22.61 -
YUV 72.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 149 22 132 0 0.85 0.11 0.42 308.03 0.74 0.34
Hex 95 16 84 0 55 B 2A 134 4A 22
Octal 225 26 204 0 125 13 52 464 112 42
Binary 10010101 10110 10000100 0 1010101 1011 101010 100110100 1001010 100010

Color Harmonies of #951684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951684

Black with #951684

Text Example


Text Example

White with #951684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951684; }

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

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

background-color css

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

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

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

border-color css

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

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

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