Html Css Color HEX #964192 Vivid Violet

📋 copy color: '#964192'

red 150 ◦ green 65 ◦ blue 146

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

Shades of Vivid Violet #964192

Tints of Vivid Violet #964192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 41.55%
G = 18.01%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#964192 (or 0x964192) is known color: Vivid Violet. HEX triplet: 96, 41 and 92. RGB value is (150,65,146). Sum of RGB (Red+Green+Blue) = 150+65+146=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #964192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964192 is #69BE6D. Grayscale: #636363. Windows color (decimal): -6930030 or 9585046. OLE color: 9585046.

HSL color Cylindrical-coordinate representation of color #964192: hue angle of 302.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964192 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 146 -
CMYK 0 0.57 0.03 0.41
HSL 302.82º 0.4% 0.42% -
HSV(B) 302.82º 0.57% 0.59% -
XYZ 19.66 12.34 28.54 -
YUV 99.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 150 65 146 0 0.57 0.03 0.41 302.82 0.4 0.42
Hex 96 41 92 0 39 3 29 12F 28 2A
Octal 226 101 222 0 71 3 51 457 50 52
Binary 10010110 1000001 10010010 0 111001 11 101001 100101111 101000 101010

Color Harmonies of #964192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964192

Black with #964192

Text Example


Text Example

White with #964192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964192; }

 p { color: rgb(150,65,146); }

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

background-color css

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

 a { background-color: rgb(150,65,146); }

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

border-color css

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

 span { border-color: rgb(150,65,146); }

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