Html Css Color HEX #96359B Vivid Violet

📋 copy color: '#96359B'

red 150 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #96359B

Tints of Vivid Violet #96359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 41.9%
G = 14.8%
B = 43.3%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96359B (or 0x96359B) is known color: Vivid Violet. HEX triplet: 96, 35 and 9B. RGB value is (150,53,155). Sum of RGB (Red+Green+Blue) = 150+53+155=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #96359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96359B is #69CA64. Grayscale: #5D5D5D. Windows color (decimal): -6933093 or 10171798. OLE color: 10171798.

HSL color Cylindrical-coordinate representation of color #96359B: hue angle of 297.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96359B is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 53 155 -
CMYK 0.03 0.66 0 0.39
HSL 297.06º 0.49% 0.41% -
HSV(B) 297.06º 0.66% 0.61% -
XYZ 19.77 11.4 32.17 -
YUV 93.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 150 53 155 0.03 0.66 0 0.39 297.06 0.49 0.41
Hex 96 35 9B 3 42 0 27 129 31 29
Octal 226 65 233 3 102 0 47 451 61 51
Binary 10010110 110101 10011011 11 1000010 0 100111 100101001 110001 101001

Color Harmonies of #96359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96359B

Black with #96359B

Text Example


Text Example

White with #96359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96359B; }

 p { color: rgb(150,53,155); }

 H1.HeaderClassName
 {
   color: #96359B;
 }
 .AnyTagClassName
 {
   color: #96359B;
 }
</style>

background-color css

<style>
 a { background-color: #96359B; }

 a { background-color: rgb(150,53,155); }

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

border-color css

<style>
 span { border-color: #96359B; }

 span { border-color: rgb(150,53,155); }

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