Html Css Color HEX #96319D Vivid Violet

📋 copy color: '#96319D'

red 150 ◦ green 49 ◦ blue 157

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

Shades of Vivid Violet #96319D

Tints of Vivid Violet #96319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 42.13%
G = 13.76%
B = 44.1%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96319D (or 0x96319D) is known color: Vivid Violet. HEX triplet: 96, 31 and 9D. RGB value is (150,49,157). Sum of RGB (Red+Green+Blue) = 150+49+157=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #96319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96319D is #69CE62. Grayscale: #5B5B5B. Windows color (decimal): -6934115 or 10301846. OLE color: 10301846.

HSL color Cylindrical-coordinate representation of color #96319D: hue angle of 296.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96319D is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 49 157 -
CMYK 0.04 0.69 0 0.38
HSL 296.11º 0.52% 0.4% -
HSV(B) 296.11º 0.69% 0.62% -
XYZ 19.76 11.11 33 -
YUV 91.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 150 49 157 0.04 0.69 0 0.38 296.11 0.52 0.4
Hex 96 31 9D 4 45 0 26 128 34 28
Octal 226 61 235 4 105 0 46 450 64 50
Binary 10010110 110001 10011101 100 1000101 0 100110 100101000 110100 101000

Color Harmonies of #96319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96319D

Black with #96319D

Text Example


Text Example

White with #96319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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