Html Css Color HEX #96369F Vivid Violet

📋 copy color: '#96369F'

red 150 ◦ green 54 ◦ blue 159

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

Shades of Vivid Violet #96369F

Tints of Vivid Violet #96369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

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

R = 41.32%
G = 14.88%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96369F (or 0x96369F) is known color: Vivid Violet. HEX triplet: 96, 36 and 9F. RGB value is (150,54,159). Sum of RGB (Red+Green+Blue) = 150+54+159=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #96369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96369F is #69C960. Grayscale: #5E5E5E. Windows color (decimal): -6932833 or 10434198. OLE color: 10434198.

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

Color convert

RGB 150 54 159 -
CMYK 0.06 0.66 0 0.38
HSL 294.86º 0.49% 0.42% -
HSV(B) 294.86º 0.66% 0.62% -
XYZ 20.15 11.63 33.98 -
YUV 94.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 150 54 159 0.06 0.66 0 0.38 294.86 0.49 0.42
Hex 96 36 9F 6 42 0 26 127 31 2A
Octal 226 66 237 6 102 0 46 447 61 52
Binary 10010110 110110 10011111 110 1000010 0 100110 100100111 110001 101010

Color Harmonies of #96369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96369F

Black with #96369F

Text Example


Text Example

White with #96369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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