Html Css Color HEX #96318A Dark Purple

📋 copy color: '#96318A'

red 150 ◦ green 49 ◦ blue 138

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

Shades of Dark Purple #96318A

Tints of Dark Purple #96318A

RGB

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

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

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

R = 44.51%
G = 14.54%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96318A (or 0x96318A) is known color: Dark Purple. HEX triplet: 96, 31 and 8A. RGB value is (150,49,138). Sum of RGB (Red+Green+Blue) = 150+49+138=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #96318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96318A is #69CE75. Grayscale: #595959. Windows color (decimal): -6934134 or 9056662. OLE color: 9056662.

HSL color Cylindrical-coordinate representation of color #96318A: hue angle of 307.13º 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 #96318A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 138 -
CMYK 0 0.67 0.08 0.41
HSL 307.13º 0.51% 0.39% -
HSV(B) 307.13º 0.67% 0.59% -
XYZ 18.26 10.52 25.11 -
YUV 89.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 150 49 138 0 0.67 0.08 0.41 307.13 0.51 0.39
Hex 96 31 8A 0 43 8 29 133 33 27
Octal 226 61 212 0 103 10 51 463 63 47
Binary 10010110 110001 10001010 0 1000011 1000 101001 100110011 110011 100111

Color Harmonies of #96318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96318A

Black with #96318A

Text Example


Text Example

White with #96318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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