Html Css Color HEX #96319F Vivid Violet

📋 copy color: '#96319F'

red 150 ◦ green 49 ◦ blue 159

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

Shades of Vivid Violet #96319F

Tints of Vivid Violet #96319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 41.9%
G = 13.69%
B = 44.41%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96319F (or 0x96319F) is known color: Vivid Violet. HEX triplet: 96, 31 and 9F. RGB value is (150,49,159). Sum of RGB (Red+Green+Blue) = 150+49+159=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #96319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96319F is #69CE60. Grayscale: #5B5B5B. Windows color (decimal): -6934113 or 10432918. OLE color: 10432918.

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

Color convert

RGB 150 49 159 -
CMYK 0.06 0.69 0 0.38
HSL 295.09º 0.53% 0.41% -
HSV(B) 295.09º 0.69% 0.62% -
XYZ 19.93 11.18 33.91 -
YUV 91.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 150 49 159 0.06 0.69 0 0.38 295.09 0.53 0.41
Hex 96 31 9F 6 45 0 26 127 35 29
Octal 226 61 237 6 105 0 46 447 65 51
Binary 10010110 110001 10011111 110 1000101 0 100110 100100111 110101 101001

Color Harmonies of #96319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96319F

Black with #96319F

Text Example


Text Example

White with #96319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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