Html Css Color HEX #96329D Vivid Violet

📋 copy color: '#96329D'

red 150 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #96329D

Tints of Vivid Violet #96329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

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

R = 42.02%
G = 14.01%
B = 43.98%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96329D (or 0x96329D) is known color: Vivid Violet. HEX triplet: 96, 32 and 9D. RGB value is (150,50,157). Sum of RGB (Red+Green+Blue) = 150+50+157=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #96329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96329D is #69CD62. Grayscale: #5B5B5B. Windows color (decimal): -6933859 or 10302102. OLE color: 10302102.

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

Color convert

RGB 150 50 157 -
CMYK 0.04 0.68 0 0.38
HSL 296.07º 0.52% 0.41% -
HSV(B) 296.07º 0.68% 0.62% -
XYZ 19.8 11.2 33.02 -
YUV 92.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 150 50 157 0.04 0.68 0 0.38 296.07 0.52 0.41
Hex 96 32 9D 4 44 0 26 128 34 29
Octal 226 62 235 4 104 0 46 450 64 51
Binary 10010110 110010 10011101 100 1000100 0 100110 100101000 110100 101001

Color Harmonies of #96329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96329D

Black with #96329D

Text Example


Text Example

White with #96329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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