Html Css Color HEX #96389F Vivid Violet

📋 copy color: '#96389F'

red 150 ◦ green 56 ◦ blue 159

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

Shades of Vivid Violet #96389F

Tints of Vivid Violet #96389F

RGB

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

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

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

R = 41.1%
G = 15.34%
B = 43.56%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96389F (or 0x96389F) is known color: Vivid Violet. HEX triplet: 96, 38 and 9F. RGB value is (150,56,159). Sum of RGB (Red+Green+Blue) = 150+56+159=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #96389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96389F is #69C760. Grayscale: #5F5F5F. Windows color (decimal): -6932321 or 10434710. OLE color: 10434710.

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

Color convert

RGB 150 56 159 -
CMYK 0.06 0.65 0 0.38
HSL 294.76º 0.48% 0.42% -
HSV(B) 294.76º 0.65% 0.62% -
XYZ 20.25 11.82 34.01 -
YUV 95.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 150 56 159 0.06 0.65 0 0.38 294.76 0.48 0.42
Hex 96 38 9F 6 41 0 26 127 30 2A
Octal 226 70 237 6 101 0 46 447 60 52
Binary 10010110 111000 10011111 110 1000001 0 100110 100100111 110000 101010

Color Harmonies of #96389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96389F

Black with #96389F

Text Example


Text Example

White with #96389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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