Html Css Color HEX #96389D Vivid Violet

📋 copy color: '#96389D'

red 150 ◦ green 56 ◦ blue 157

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

Shades of Vivid Violet #96389D

Tints of Vivid Violet #96389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 41.32%
G = 15.43%
B = 43.25%

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

#96389D (or 0x96389D) is known color: Vivid Violet. HEX triplet: 96, 38 and 9D. RGB value is (150,56,157). Sum of RGB (Red+Green+Blue) = 150+56+157=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #96389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96389D is #69C762. Grayscale: #5F5F5F. Windows color (decimal): -6932323 or 10303638. OLE color: 10303638.

HSL color Cylindrical-coordinate representation of color #96389D: hue angle of 295.84º 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 #96389D is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 56 157 -
CMYK 0.04 0.64 0 0.38
HSL 295.84º 0.47% 0.42% -
HSV(B) 295.84º 0.64% 0.62% -
XYZ 20.08 11.75 33.11 -
YUV 95.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 150 56 157 0.04 0.64 0 0.38 295.84 0.47 0.42
Hex 96 38 9D 4 40 0 26 128 2F 2A
Octal 226 70 235 4 100 0 46 450 57 52
Binary 10010110 111000 10011101 100 1000000 0 100110 100101000 101111 101010

Color Harmonies of #96389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96389D

Black with #96389D

Text Example


Text Example

White with #96389D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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