Html Css Color HEX #96358D Vivid Violet

📋 copy color: '#96358D'

red 150 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #96358D

Tints of Vivid Violet #96358D

RGB

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

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

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

R = 43.6%
G = 15.41%
B = 40.99%

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

#96358D (or 0x96358D) is known color: Vivid Violet. HEX triplet: 96, 35 and 8D. RGB value is (150,53,141). Sum of RGB (Red+Green+Blue) = 150+53+141=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96358D is #69CA72. Grayscale: #5B5B5B. Windows color (decimal): -6933107 or 9254294. OLE color: 9254294.

HSL color Cylindrical-coordinate representation of color #96358D: hue angle of 305.57º degrees, saturation: 0.48, 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 #96358D is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 141 -
CMYK 0 0.65 0.06 0.41
HSL 305.57º 0.48% 0.4% -
HSV(B) 305.57º 0.65% 0.59% -
XYZ 18.66 10.95 26.33 -
YUV 92.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 150 53 141 0 0.65 0.06 0.41 305.57 0.48 0.4
Hex 96 35 8D 0 41 6 29 132 30 28
Octal 226 65 215 0 101 6 51 462 60 50
Binary 10010110 110101 10001101 0 1000001 110 101001 100110010 110000 101000

Color Harmonies of #96358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96358D

Black with #96358D

Text Example


Text Example

White with #96358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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