Html Css Color HEX #96318D Dark Purple

📋 copy color: '#96318D'

red 150 ◦ green 49 ◦ blue 141

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

Shades of Dark Purple #96318D

Tints of Dark Purple #96318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 44.12%
G = 14.41%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96318D (or 0x96318D) is known color: Dark Purple. HEX triplet: 96, 31 and 8D. RGB value is (150,49,141). Sum of RGB (Red+Green+Blue) = 150+49+141=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96318D is #69CE72. Grayscale: #595959. Windows color (decimal): -6934131 or 9253270. OLE color: 9253270.

HSL color Cylindrical-coordinate representation of color #96318D: hue angle of 305.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96318D is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 141 -
CMYK 0 0.67 0.06 0.41
HSL 305.35º 0.51% 0.39% -
HSV(B) 305.35º 0.67% 0.59% -
XYZ 18.48 10.6 26.27 -
YUV 89.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 150 49 141 0 0.67 0.06 0.41 305.35 0.51 0.39
Hex 96 31 8D 0 43 6 29 131 33 27
Octal 226 61 215 0 103 6 51 461 63 47
Binary 10010110 110001 10001101 0 1000011 110 101001 100110001 110011 100111

Color Harmonies of #96318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96318D

Black with #96318D

Text Example


Text Example

White with #96318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96318D; }

 p { color: rgb(150,49,141); }

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

background-color css

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

 a { background-color: rgb(150,49,141); }

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

border-color css

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

 span { border-color: rgb(150,49,141); }

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