Html Css Color HEX #961484 Dark Purple

📋 copy color: '#961484'

red 150 ◦ green 20 ◦ blue 132

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

Shades of Dark Purple #961484

Tints of Dark Purple #961484

RGB

 RED value IS 150 (58.98% from 255) = 49.67%

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

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

R = 49.67%
G = 6.62%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#961484 (or 0x961484) is known color: Dark Purple. HEX triplet: 96, 14 and 84. RGB value is (150,20,132). Sum of RGB (Red+Green+Blue) = 150+20+132=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961484 is #69EB7B. Grayscale: #474747. Windows color (decimal): -6941564 or 8656022. OLE color: 8656022.

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

Color convert

RGB 150 20 132 -
CMYK 0 0.87 0.12 0.41
HSL 308.31º 0.76% 0.33% -
HSV(B) 308.31º 0.87% 0.59% -
XYZ 16.99 8.65 22.6 -
YUV 71.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 150 20 132 0 0.87 0.12 0.41 308.31 0.76 0.33
Hex 96 14 84 0 57 C 29 134 4C 21
Octal 226 24 204 0 127 14 51 464 114 41
Binary 10010110 10100 10000100 0 1010111 1100 101001 100110100 1001100 100001

Color Harmonies of #961484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961484

Black with #961484

Text Example


Text Example

White with #961484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961484; }

 p { color: rgb(150,20,132); }

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

background-color css

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

 a { background-color: rgb(150,20,132); }

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

border-color css

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

 span { border-color: rgb(150,20,132); }

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