Html Css Color HEX #961F8E Dark Purple

📋 copy color: '#961F8E'

red 150 ◦ green 31 ◦ blue 142

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

Shades of Dark Purple #961F8E

Tints of Dark Purple #961F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.96%

R = 46.44%
G = 9.6%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#961F8E (or 0x961F8E) is known color: Dark Purple. HEX triplet: 96, 1F and 8E. RGB value is (150,31,142). Sum of RGB (Red+Green+Blue) = 150+31+142=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #961F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F8E is #69E071. Grayscale: #4E4E4E. Windows color (decimal): -6938738 or 9314198. OLE color: 9314198.

HSL color Cylindrical-coordinate representation of color #961F8E: hue angle of 304.03º 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 #961F8E is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 31 142 -
CMYK 0 0.79 0.05 0.41
HSL 304.03º 0.66% 0.35% -
HSV(B) 304.03º 0.79% 0.59% -
XYZ 17.95 9.42 26.46 -
YUV 79.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 150 31 142 0 0.79 0.05 0.41 304.03 0.66 0.35
Hex 96 1F 8E 0 4F 5 29 130 42 23
Octal 226 37 216 0 117 5 51 460 102 43
Binary 10010110 11111 10001110 0 1001111 101 101001 100110000 1000010 100011

Color Harmonies of #961F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F8E

Black with #961F8E

Text Example


Text Example

White with #961F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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