Html Css Color HEX #963192 Vivid Violet

📋 copy color: '#963192'

red 150 ◦ green 49 ◦ blue 146

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

Shades of Vivid Violet #963192

Tints of Vivid Violet #963192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

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

R = 43.48%
G = 14.2%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963192 (or 0x963192) is known color: Vivid Violet. HEX triplet: 96, 31 and 92. RGB value is (150,49,146). Sum of RGB (Red+Green+Blue) = 150+49+146=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #963192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963192 is #69CE6D. Grayscale: #595959. Windows color (decimal): -6934126 or 9580950. OLE color: 9580950.

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

Color convert

RGB 150 49 146 -
CMYK 0 0.67 0.03 0.41
HSL 302.38º 0.51% 0.39% -
HSV(B) 302.38º 0.67% 0.59% -
XYZ 18.86 10.76 28.28 -
YUV 90.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 150 49 146 0 0.67 0.03 0.41 302.38 0.51 0.39
Hex 96 31 92 0 43 3 29 12E 33 27
Octal 226 61 222 0 103 3 51 456 63 47
Binary 10010110 110001 10010010 0 1000011 11 101001 100101110 110011 100111

Color Harmonies of #963192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963192

Black with #963192

Text Example


Text Example

White with #963192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963192; }

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

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

background-color css

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

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

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

border-color css

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

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

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