Html Css Color HEX #961F8A Dark Purple

📋 copy color: '#961F8A'

red 150 ◦ green 31 ◦ blue 138

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

Shades of Dark Purple #961F8A

Tints of Dark Purple #961F8A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.72%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 47.02%
G = 9.72%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#961F8A (or 0x961F8A) is known color: Dark Purple. HEX triplet: 96, 1F and 8A. RGB value is (150,31,138). Sum of RGB (Red+Green+Blue) = 150+31+138=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #961F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F8A is #69E075. Grayscale: #4E4E4E. Windows color (decimal): -6938742 or 9052054. OLE color: 9052054.

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

Color convert

RGB 150 31 138 -
CMYK 0 0.79 0.08 0.41
HSL 306.05º 0.66% 0.35% -
HSV(B) 306.05º 0.79% 0.59% -
XYZ 17.66 9.3 24.91 -
YUV 78.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 150 31 138 0 0.79 0.08 0.41 306.05 0.66 0.35
Hex 96 1F 8A 0 4F 8 29 132 42 23
Octal 226 37 212 0 117 10 51 462 102 43
Binary 10010110 11111 10001010 0 1001111 1000 101001 100110010 1000010 100011

Color Harmonies of #961F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F8A

Black with #961F8A

Text Example


Text Example

White with #961F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,31,138); }

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

background-color css

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

 a { background-color: rgb(150,31,138); }

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

border-color css

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

 span { border-color: rgb(150,31,138); }

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