Html Css Color HEX #96348D Vivid Violet

📋 copy color: '#96348D'

red 150 ◦ green 52 ◦ blue 141

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

Shades of Vivid Violet #96348D

Tints of Vivid Violet #96348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 43.73%
G = 15.16%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96348D (or 0x96348D) is known color: Vivid Violet. HEX triplet: 96, 34 and 8D. RGB value is (150,52,141). Sum of RGB (Red+Green+Blue) = 150+52+141=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96348D is #69CB72. Grayscale: #5B5B5B. Windows color (decimal): -6933363 or 9254038. OLE color: 9254038.

HSL color Cylindrical-coordinate representation of color #96348D: hue angle of 305.51º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96348D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 141 -
CMYK 0 0.65 0.06 0.41
HSL 305.51º 0.49% 0.4% -
HSV(B) 305.51º 0.65% 0.59% -
XYZ 18.61 10.86 26.32 -
YUV 91.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 150 52 141 0 0.65 0.06 0.41 305.51 0.49 0.4
Hex 96 34 8D 0 41 6 29 132 31 28
Octal 226 64 215 0 101 6 51 462 61 50
Binary 10010110 110100 10001101 0 1000001 110 101001 100110010 110001 101000

Color Harmonies of #96348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96348D

Black with #96348D

Text Example


Text Example

White with #96348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,52,141); }

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

background-color css

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

 a { background-color: rgb(150,52,141); }

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

border-color css

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

 span { border-color: rgb(150,52,141); }

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