Html Css Color HEX #961383 Dark Purple

📋 copy color: '#961383'

red 150 ◦ green 19 ◦ blue 131

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

Shades of Dark Purple #961383

Tints of Dark Purple #961383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 50%
G = 6.33%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#961383 (or 0x961383) is known color: Dark Purple. HEX triplet: 96, 13 and 83. RGB value is (150,19,131). Sum of RGB (Red+Green+Blue) = 150+19+131=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961383 is #69EC7C. Grayscale: #464646. Windows color (decimal): -6941821 or 8590230. OLE color: 8590230.

HSL color Cylindrical-coordinate representation of color #961383: hue angle of 308.7º degrees, saturation: 0.78, 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 #961383 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 131 -
CMYK 0 0.87 0.13 0.41
HSL 308.7º 0.78% 0.33% -
HSV(B) 308.7º 0.87% 0.59% -
XYZ 16.91 8.59 22.24 -
YUV 70.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 150 19 131 0 0.87 0.13 0.41 308.7 0.78 0.33
Hex 96 13 83 0 57 D 29 135 4E 21
Octal 226 23 203 0 127 15 51 465 116 41
Binary 10010110 10011 10000011 0 1010111 1101 101001 100110101 1001110 100001

Color Harmonies of #961383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961383

Black with #961383

Text Example


Text Example

White with #961383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961383; }

 p { color: rgb(150,19,131); }

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

background-color css

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

 a { background-color: rgb(150,19,131); }

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

border-color css

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

 span { border-color: rgb(150,19,131); }

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