Html Css Color HEX #96319C Vivid Violet

📋 copy color: '#96319C'

red 150 ◦ green 49 ◦ blue 156

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

Shades of Vivid Violet #96319C

Tints of Vivid Violet #96319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 42.25%
G = 13.8%
B = 43.94%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96319C (or 0x96319C) is known color: Vivid Violet. HEX triplet: 96, 31 and 9C. RGB value is (150,49,156). Sum of RGB (Red+Green+Blue) = 150+49+156=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #96319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96319C is #69CE63. Grayscale: #5B5B5B. Windows color (decimal): -6934116 or 10236310. OLE color: 10236310.

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

Color convert

RGB 150 49 156 -
CMYK 0.04 0.69 0 0.39
HSL 296.64º 0.52% 0.4% -
HSV(B) 296.64º 0.69% 0.61% -
XYZ 19.68 11.08 32.55 -
YUV 91.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 150 49 156 0.04 0.69 0 0.39 296.64 0.52 0.4
Hex 96 31 9C 4 45 0 27 129 34 28
Octal 226 61 234 4 105 0 47 451 64 50
Binary 10010110 110001 10011100 100 1000101 0 100111 100101001 110100 101000

Color Harmonies of #96319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96319C

Black with #96319C

Text Example


Text Example

White with #96319C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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