Html Css Color HEX #963392 Vivid Violet

📋 copy color: '#963392'

red 150 ◦ green 51 ◦ blue 146

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

Shades of Vivid Violet #963392

Tints of Vivid Violet #963392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.7%

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

R = 43.23%
G = 14.7%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963392 (or 0x963392) is known color: Vivid Violet. HEX triplet: 96, 33 and 92. RGB value is (150,51,146). Sum of RGB (Red+Green+Blue) = 150+51+146=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963392 is #69CC6D. Grayscale: #5B5B5B. Windows color (decimal): -6933614 or 9581462. OLE color: 9581462.

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

Color convert

RGB 150 51 146 -
CMYK 0 0.66 0.03 0.41
HSL 302.42º 0.49% 0.39% -
HSV(B) 302.42º 0.66% 0.59% -
XYZ 18.95 10.93 28.3 -
YUV 91.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 150 51 146 0 0.66 0.03 0.41 302.42 0.49 0.39
Hex 96 33 92 0 42 3 29 12E 31 27
Octal 226 63 222 0 102 3 51 456 61 47
Binary 10010110 110011 10010010 0 1000010 11 101001 100101110 110001 100111

Color Harmonies of #963392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963392

Black with #963392

Text Example


Text Example

White with #963392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963392; }

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

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

background-color css

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

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

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

border-color css

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

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

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