Html Css Color HEX #961A8C Dark Purple

📋 copy color: '#961A8C'

red 150 ◦ green 26 ◦ blue 140

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

Shades of Dark Purple #961A8C

Tints of Dark Purple #961A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 140 (55.08% from 255) = 44.3%

R = 47.47%
G = 8.23%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#961A8C (or 0x961A8C) is known color: Dark Purple. HEX triplet: 96, 1A and 8C. RGB value is (150,26,140). Sum of RGB (Red+Green+Blue) = 150+26+140=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #961A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A8C is #69E573. Grayscale: #4B4B4B. Windows color (decimal): -6940020 or 9181846. OLE color: 9181846.

HSL color Cylindrical-coordinate representation of color #961A8C: hue angle of 304.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A8C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 26 140 -
CMYK 0 0.83 0.07 0.41
HSL 304.84º 0.7% 0.35% -
HSV(B) 304.84º 0.83% 0.59% -
XYZ 17.68 9.12 25.64 -
YUV 76.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 150 26 140 0 0.83 0.07 0.41 304.84 0.7 0.35
Hex 96 1A 8C 0 53 7 29 131 46 23
Octal 226 32 214 0 123 7 51 461 106 43
Binary 10010110 11010 10001100 0 1010011 111 101001 100110001 1000110 100011

Color Harmonies of #961A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961A8C

Black with #961A8C

Text Example


Text Example

White with #961A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961A8C; }

 p { color: rgb(150,26,140); }

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

background-color css

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

 a { background-color: rgb(150,26,140); }

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

border-color css

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

 span { border-color: rgb(150,26,140); }

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