Html Css Color HEX #96399D Vivid Violet

📋 copy color: '#96399D'

red 150 ◦ green 57 ◦ blue 157

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

Shades of Vivid Violet #96399D

Tints of Vivid Violet #96399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.66%

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

R = 41.21%
G = 15.66%
B = 43.13%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96399D (or 0x96399D) is known color: Vivid Violet. HEX triplet: 96, 39 and 9D. RGB value is (150,57,157). Sum of RGB (Red+Green+Blue) = 150+57+157=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #96399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96399D is #69C662. Grayscale: #5F5F5F. Windows color (decimal): -6932067 or 10303894. OLE color: 10303894.

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

Color convert

RGB 150 57 157 -
CMYK 0.04 0.64 0 0.38
HSL 295.8º 0.47% 0.42% -
HSV(B) 295.8º 0.64% 0.62% -
XYZ 20.13 11.84 33.12 -
YUV 96.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 150 57 157 0.04 0.64 0 0.38 295.8 0.47 0.42
Hex 96 39 9D 4 40 0 26 128 2F 2A
Octal 226 71 235 4 100 0 46 450 57 52
Binary 10010110 111001 10011101 100 1000000 0 100110 100101000 101111 101010

Color Harmonies of #96399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96399D

Black with #96399D

Text Example


Text Example

White with #96399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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